is there a way i can use the deap library inside grasshopper’s python node
i want to run a genetic algorithm but the fitness function is to be calculated by grasshopper (only the fitness function, all the other things are to be taken of by deap inside the python node)
can it be done?
i am having problem with
- importing the deap library in grasshopper’s python interface(i think i will be able to solve it by copying the files manually from python path)
2.(major problem) grashopper doesnt allow closed loops so i cant seem to find a way to feed the fitness back into the python node with the main code