Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Sep 23, 2024
1 parent c26e7d4 commit 2c01af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def createJob(attrs: JobAttributes): (UUID, Job) =
Fitness(fitness(attrs.file, _))
),
events = handler,
evaluator = SequentialEvaluator
evaluator = ParallelCollectionsEvaluator
).train()

id -> job
Expand Down

0 comments on commit 2c01af4

Please sign in to comment.