No I don't think so. My vague memory is that because the generation of new solutions is essentially done by generating differences between existing legal solutions, the phenomena you describe should be unlikely. A workaround (that wouldn't involve modifying the addon) would be to build bounds checking into your constraint function.
Alternatively if you felt so inclined you could look at adding similar bounds checking to the main DE loop as occurs in the initial population generation. If the performance if fine then we could update the addon. On Fri, Oct 11, 2013 at 7:37 AM, Thomas Costigliola <[email protected]>wrote: > When using deoptim I am getting solutions outside of the bounds I am > providing. > > From looking at the code it looks like new populations are generated within > the bounds but the evolution step doesn't ensure the boundary conditions. > Is that the intended behavior? > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
