jameschch / LeanParameterOptimization

Parameter Optimization for Lean Algorithms
https://optimizers.ml
Apache License 2.0
57 stars 21 forks source link

How to run the python example #11

Closed dakr001 closed 4 years ago

dakr001 commented 4 years ago

Hi,

I think I managed to run the CSharp example. I'm trying to run the Python example by editing the optimization.json file but the build output messages suggests it is till running the CSharp example. In the build output there are references to Jtc.Optimization.LeanOptimizer.Example\ParameterizedAlgorithm.cs. Can you let me know what I've done wrong or give a copy of the optimization.json with the Python example set up. I've attached my optimization.json, build output, and Lean's config.json.

Do I need to edit Lean's config.json?

Build output.txt optimisation_json.txt config_json.txt

By the way I'm not running the latest version since I notice there are still open issues with Python.

Thank you.