Commit 05e4217f authored by Tong Li's avatar Tong Li

遗传算法

parent 2c769406
...@@ -240,8 +240,8 @@ public class PlanResultService { ...@@ -240,8 +240,8 @@ public class PlanResultService {
try { try {
ScheduleParams param = new ScheduleParams(); ScheduleParams param = new ScheduleParams();
param.setBaseTime(LocalDateTime.of(2025, 11, 1, 0, 0, 0)); param.setBaseTime(LocalDateTime.of(2025, 11, 1, 0, 0, 0));
param.setPopulationSize(1); param.setPopulationSize(50);
param.setMaxIterations(1); param.setMaxIterations(100);
// 1. 读取数据 // 1. 读取数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment