Interface DifferentialEvolution.Objective

Enclosing class:
DifferentialEvolution

public static interface DifferentialEvolution.Objective
Objective returning the (penalized) energy; may be +inf.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(double[] x)
     
  • Method Details

    • evaluate

      double evaluate(double[] x)