Commit 18c359d
committed
Squashed commit from draft/ben:
commit 81140b0
Merge: 383de26 165c95c
Author: AlbertZyy <108785827+AlbertZyy@users.noreply.github.com>
Date: Wed Jan 28 15:03:37 2026 +0800
Merge pull request #2144 from BenHBLiu/draft/ben
[Recfactor] vectorization cost function
commit 165c95c
Author: BenHBLiu <benlau0603@outlook.com>
Date: Wed Jan 28 12:30:27 2026 +0800
refactor(pahtplanning): vectorization cost function
commit 589f1d8
Merge: 383de26 197b1ce
Author: BenHBLiu <benlau0603@outlook.com>
Date: Wed Jan 28 12:27:26 2026 +0800
Merge branch 'develop' into draft/ben
commit 383de26
Merge: b861986 a8cc87f
Author: Huayi Wei <weihuayi@xtu.edu.cn>
Date: Fri Jan 23 20:11:58 2026 +0800
Merge pull request #2127 from BenHBLiu/draft/ben
[Refactor] vectorized mtsp bilevel optimization framework
commit a8cc87f
Author: BenHBLiu <benlau0603@outlook.com>
Date: Tue Jan 20 15:06:33 2026 +0800
refactor(pathplanning): vectorized mtsp bilevel optimization framework
commit b861986
Merge: 1d9368e 4fd9a37
Author: AlbertZyy <108785827+AlbertZyy@users.noreply.github.com>
Date: Sun Jan 18 22:00:22 2026 +0800
Merge pull request #2123 from BenHBLiu/draft/ben
[Feat] add SBOA
commit 4fd9a37
Merge: 9717b27 1d9368e
Author: BenHBLiu <benlau0603@outlook.com>
Date: Tue Jan 13 21:06:38 2026 +0800
Merge branch 'draft/ben' of https://github.com/BenHBLiu/fealpy into draft/ben
commit 9717b27
Author: BenHBLiu <benlau0603@outlook.com>
Date: Tue Jan 13 21:06:10 2026 +0800
feat(opt): add SBOA
commit 1d9368e
Merge: b3628f3 7a2620d
Author: Huayi Wei <weihuayi@xtu.edu.cn>
Date: Mon Oct 27 17:23:00 2025 +0800
Merge pull request #1947 from BenHBLiu/draft/ben
[Feat] add HCKEO
commit 7a2620d
Author: BenHBLiu <benlau0603@outlook.com>
Date: Mon Oct 27 16:25:40 2025 +0800
feat(opt): add HCKEO1 parent 58e047f commit 18c359d
File tree
6 files changed
+893
-176
lines changed- example/pathplanning
- fealpy
- opt/swarm_based
- pathplanning/model/travelling_salesman_prob
6 files changed
+893
-176
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 57 | + | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
66 | | - | |
| 61 | + | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
70 | | - | |
71 | 65 | | |
72 | 66 | | |
73 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
212 | 333 | | |
213 | 334 | | |
214 | 335 | | |
0 commit comments