Skip to content

Commit

Permalink
remove left over toods
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Nov 28, 2023
1 parent 68d2e8c commit 4610ecb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ public void notifyIterationEnds(IterationEndsEvent event) {
int nRejections = collector.getRejectedRequestSequences().size();
int nSubmitted = collector.getRequestSubmissions().size();

// TODO: somehow configure initial estimates, probably behind interface and class
// TODO: optimistic, pessimistic initial etc

for (DrtEventSequenceCollector.EventSequence seq : collector.getPerformedRequestSequences().values()) {

Map<Id<Person>, DrtEventSequenceCollector.EventSequence.PersonEvents> personEvents = seq.getPersonEvents();
Expand Down

0 comments on commit 4610ecb

Please sign in to comment.