Package Utils.Optimize
Interface MultipleIntegerValue
-
public interface MultipleIntegerValue
Represents a function that can be optimized. Takes multiple integers as input
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
value(int[] v)
Returns the value of a function
-