Remove unused method in SigmoidFunction
This commit is contained in:
parent
90dc77df40
commit
22d8b7aad7
1 changed files with 0 additions and 6 deletions
|
|
@ -164,12 +164,6 @@ public class SigmoidFunction extends AssignmentFunction {
|
|||
hoursToAllocatePerDay[length - 1] = lastDay.add(remindingHours);
|
||||
}
|
||||
|
||||
private void showSamplePointValues(BigDecimal[] samplePointValues) {
|
||||
for (int i = 0; i < samplePointValues.length; i++) {
|
||||
System.out.println(String.format("%d: %f", i, samplePointValues[i]));
|
||||
}
|
||||
}
|
||||
|
||||
private void allocate(ResourceAllocation<?> resourceAllocation,
|
||||
LocalDate day, EffortDuration hours) {
|
||||
final LocalDate nextDay = day.plusDays(1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue