Package jline.opt.solver.de
Interface DifferentialEvolution.Callback
- Enclosing class:
DifferentialEvolution
public static interface DifferentialEvolution.Callback
Per-generation callback; return true to stop early.
-
Method Summary
-
Method Details
-
call
boolean call(double[] bestX, int nit)
-