06-16-2006 03:05 PM
06-16-2006 10:25 PM - edited 06-16-2006 10:25 PM
Message Edited by altenbach on 06-16-2006 08:27 PM
06-21-2006 04:18 PM
06-22-2006 06:00 PM
06-22-2006 06:18 PM
06-23-2006 09:00 AM
06-26-2006 03:32 PM
Hi Lynn et al,
Noisy fitting problems are "global" in their characteristics, i.e. a pure local solver cannot find a global solution with 100 % certainty.
I setup the problem with glbDirect (a global solver that only takes simple bounds) in the TOMVIEW Base Module and it works fine as expected.
1. The tighter the bounds are set, the faster you will get a good solution. A global solver will search the entire search space and focus more and more on "good areas".
2. A local solver could be used afterwards to fine-tune the solution.
3. When not getting suitable solutions the number of function evaluation by glbDirect should be increased. It might be good to run a few hundred simulations to make sure it's always returning a nice solution.
Best wishes, Marcus