DifferentialEvolution.temperatureFunction

Undocumented in source. Be warned that the author may not have intended to support it.
  1. F temperatureFunction [@property setter]
    class DifferentialEvolution(RANGE)
    @property
    void
    temperatureFunction
    (
    F
    )
    (
    auto ref F fp
    )
    if (
    isCallable!F
    )
  2. double temperatureFunction(RANGE parameters)

Meta