IGITUGraz / L2L

Learning to Learn: Gradient-free Optimization framework
https://igitugraz.github.io/L2L/
GNU General Public License v3.0
36 stars 23 forks source link

some fixes to jube runner and an install script #111

Closed chanokin closed 5 years ago

chanokin commented 5 years ago

I modified the way paths are generated/stored in the JUBE_runner helper file and added an install script to solve the JUBE and sdict dependencies.

chanokin commented 5 years ago

Do you still have any dependencies on pypet? I believe most of the list I added were there for the latter.

Also, do you need deap or is that an old dependency as well?

sdiazpier commented 5 years ago

There should be no more dependencies to pypet left. Deap is still used by the genetic algorithm optimizer.

chanokin commented 5 years ago

So I reverted the requirements.txt file to the one you had before and removed the sdict dependency from the install script as it was copied into l2l/__init__.py . Also, I think the Paths object could be used to define many of the jube_runner paths.

sdiazpier commented 5 years ago

Dear @chanokin thanks for all the fixes. It looks ok for me now.