Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Dec 17, 2024
1 parent 9fad3d2 commit cde4a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/store/genetic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const useGeneticStore = defineStore("genetic", () => {

const createMetricsStrategyConfig = (): SimulationMetricsStrategyConfig<ClusterizationTaskConfig> => ({
worldConfig: worldConfigRaw,
checkpoints: [30, 30],
checkpoints: [100, 100],
repeats: 1,
task: repeatRunSimulationForClustersGradeWithTimeout,
onTaskResult: onTaskResultHandler, // TODO TTaskConfig to input
Expand Down

0 comments on commit cde4a66

Please sign in to comment.