You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,5 @@ spk --train <json_file>
53
53
|`heat-source`| 14 | Optimizing the positions of heat sources to obtain a high temperature distribution with low variance in a target area (solved with `CMAES`) | <imgwidth="300"alt="gif"src="sparkle/msc/heat_source_cmaes.gif"> |
54
54
|`packing`| 26 | Finding the best disk packing within a square domain, adapted from <ahref="https://erich-friedman.github.io/packing/index.html">this ref</a> (solved with `PBO`) | <imgwidth="300"alt="gif"src="sparkle/msc/packing_pbo.gif"> |
55
55
|`emstack`| 40 | Optimizing the reflectance of a dielectric mirror with mixed continuous/discrete variables (solved with `PBO`) | <imgwidth="300"alt="gif"src="sparkle/msc/emstack_pbo.gif"> |
56
+
|`gray-scott`| 2 | Maximizing the curvature of the final pattern by controlling the feed and kill rates of the chemical species (solved with `EGO`) | <imgwidth="300"alt="gif"src="sparkle/msc/gray_scott_ego.gif"> |
0 commit comments