Class LongSteppedSetter

All Implemented Interfaces:
OptimizableParameterSetter, ParameterSetter

public class LongSteppedSetter extends AbstractSweepParameterSetter<Long>
This ParameterSetter will run through a space of numbers. The space is from the given base value through the given maximum value (including both: [base, max]). This space is traversed using the given step value.
Author:
Jerry Vos