public class MultipleTest
extends java.lang.Object
Constructor | Description |
---|---|
MultipleTest(double interval) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
double |
optimize(SingleDoubleValue v,
double min,
double max) |
Optimizes the input
|
public MultipleTest(double interval)
interval
- The interval between tested valuespublic double optimize(SingleDoubleValue v, double min, double max)
v
- The functionmin
- The minimum allowed input valuemax
- The maximum allowed input value