[Insight-users] threading with an optimizer
Luis Ibanez
luis.ibanez at kitware.com
Sat Dec 4 19:30:27 EST 2010
Hi Matt,
I'm probably missing something from your question...
Is there a reason why you can't instantiate a separate
AmoebaOptimizer on each one of those threads ?
Or what you want to do is to introduce threads inside
the algorithm of the AmoebaOptimizer ? e.g. for
running multiple evaluations of the cost function
simultaneously, one per thread ?
Please let us know,
Thanks
Luis
--------------------------------------------------------------------
On Sat, Dec 4, 2010 at 1:01 AM, Matt McCormick <matt at mmmccormick.com> wrote:
> I have some code that uses an optimizer (an itk::SingleValuedNonLinearOptimizer
> *, but I could settle for just using itk::AmoebaOptimizer) that I would like to
> thread. So, I would need an optimizer instance per thread.
>
> How now brown cow? (Hopefully without it getting too ugly).
>
> Matt
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list