aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models

Home Page:https://thegolem.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SA problems

MangaBoba opened this issue · comments

  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.