Package jline.opt.solver.de
package jline.opt.solver.de
-
ClassDescriptionSelf-contained port of scipy's
differential_evolutionthat reproduces its trajectory bit-for-bit for a given integer seed, usingNumpyRandomStatefor all draws.Per-generation callback; return true to stop early.Objective returning the (penalized) energy; may be+inf.Bit-exact reimplementation of numpy's legacy MT19937 core, matching the generator underlyingnumpy.random.RandomState.Bit-exact port of the subset ofnumpy.random.RandomStateconsumed by scipy'sdifferential_evolution.