Interface DifferentialEvolution.Callback

Enclosing class:
DifferentialEvolution

public static interface DifferentialEvolution.Callback
Per-generation callback; return true to stop early.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    call(double[] bestX, int nit)
     
  • Method Details

    • call

      boolean call(double[] bestX, int nit)