aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
63 stars 7 forks source link

SA problems #244

Open MangaBoba opened 11 months ago

MangaBoba commented 11 months ago
  1. SA does not use adapters.
  2. Multiprocessing.Pool does not allows to work with objects (validation rules, objectives, etc) defined in __main__, only in a separate module.
  3. It looks like NodeAnalyzeApproach is breaking the node order.