public interface CetaMaximizer extends Optimizer<Ceta,CetaMaximizer.Solution>
Modifier and Type | Interface and Description |
---|---|
static class |
CetaMaximizer.NegCetaFunction |
static class |
CetaMaximizer.Solution |
Modifier and Type | Method and Description |
---|---|
CetaMaximizer.Solution |
search(Ceta ceta,
double rangeStart,
double rangeEnd)
Searches the maximal point of a given C(η) function within a
given range.
|
CetaMaximizer.Solution search(Ceta ceta, double rangeStart, double rangeEnd)
ceta
- the C(η) functionrangeStart
- the start of the rangerangeEnd
- the end of the rangeCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.