Re: Some linear constraints seem to be ignored in function
- To: mathgroup at smc.vnet.net
- Subject: [mg132376] Re: Some linear constraints seem to be ignored in function
- From: Daniel Stariolo <daniel.stariolo at gmail.com>
- Date: Sun, 2 Mar 2014 01:06:12 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <20140222080533.BDB3B6A13@smc.vnet.net> <lec8vh$l39$1@smc.vnet.net>
Bob, thank you very much for your help. Indeed, changing the Method allows to get some improvement. Nevertheless stochastic methods like DifferentialEvolution or SimulatedAnnealing make a random walk on parameter space and when the excursion goes out of bounds the search stops with the message on the complex value of the logarithm. Then, you get a poor result, generally even far from a local minimum. A satisfactory workaround for the out of bounds problem that seems to work very well was proposed in this link "http://mathematica.stackexchange.com/questions/42999/nminimize-go-out-of-bounds-on-some-linear-constraints" by Daniel Lichtblau.