groostav
06/09/2016, 8:17 PMexecutor.evaluateForPoint(
Mode.OBJECTIVE,
3,
0,
2
);
is a million times less readable than
executor.evaluateForPoint(
Mode.OBJECTIVE,
inputDimensionCount = 3,
constraintCount = 0,
objectiveCount = 2
);