Call shutdown-agents at end of run; reformat

This commit is contained in:
Lee Spector 2023-10-19 10:53:13 -04:00
parent e3ba58587a
commit b6e7b0e86f

View File

@ -136,4 +136,5 @@
(if (zero? (mod generation ds-parent-gens))
(downsample/update-case-distances rep-evaluated-pop indexed-training-data indexed-training-data ids-type (/ solution-error-threshold (count indexed-training-data))) ; update distances every ds-parent-gens generations
indexed-training-data)
indexed-training-data))))))
indexed-training-data))))
#?(:clj (shutdown-agents))))