-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I've cloned both Lean (master branch) and this repo as documentation suggests. Launcher successfully optimization of Csharp algorithm (ParameterizedAlgorithm from Jtc.Optimization.LeanOptimizer.Example.dll), but as I switch to Python mentioned in readme (ParameterizedSharedAppDomainAlgorithm, "../../../Jtc.Optimization.LeanOptimizer.Example/ParameterizedSharedAppDomainAlgorithm.py") I get core dumped:
ts-01:~/git/LeanParameterOptimization/Jtc.Optimization.Launcher.Legacy/bin/Debug$ mono Jtc.Optimization.Launcher.Legacy.exe optimization.json
PythonEngine.Initialize(): Runtime.Initialize()...
Runtime.Initialize(): Py_Initialize...
PythonEngine.Initialize(): Runtime.Initialize()...
Runtime.Initialize(): PyEval_InitThreads...
Runtime.Initialize(): Initialize types...
=================================================================
Native Crash Reporting
=================================================================
PythonEngine.Initialize(): Runtime.Initialize()...
Runtime.Initialize(): Initialize types...
Aborted (core dumped)Meanwhile Lean (master branch) runs Python algorithms without a flaw. Please advise.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels