SciML / DiffEqParamEstim.jl

Easy scientific machine learning (SciML) parameter estimation with pre-built loss functions
https://docs.sciml.ai/DiffEqParamEstim/stable/
Other
60 stars 34 forks source link

genetic algorithm test syntax problem #48

Open finmod opened 7 years ago

finmod commented 7 years ago

BlackBoxOptim and Evolutionary have upgraded to Julia v.06. BlackBoxOptim_test is running fine but generic_algorithm_test is throwing the following error:

WARNING: deprecated syntax "typealias Strategy Dict{Symbol,Any}" at C:\Users\Denis.julia\v0.6\Evolutionary\src\Evolutionary.jl:22. Use "const Strategy = Dict{Symbol,Any}" instead.

WARNING: deprecated syntax "typealias Individual Union(Vector,Matrix,Function,Nothing)" at C:\Users\Denis.julia\v0.6\Evolutionary\src\Evolutionary.jl:23. Use "const Individual = Union(Vector,Matrix,Function,Nothing)" instead. LoadError: UndefVarError: Nothing not defined while loading C:\Users\Denis.julia\v0.6\Evolutionary\src\Evolutionary.jl, in expression starting on line 22

Stacktrace: [1] include_from_node1(::String) at .\loading.jl:569 [2] eval(::Module, ::Any) at .\boot.jl:235 [3] _require(::Symbol) at .\loading.jl:483 [4] require(::Symbol) at .\loading.jl:398 [5] include_string(::String, ::String) at .\loading.jl:515

ChrisRackauckas commented 7 years ago

Evolutionary.jl has not updated to v0.6. https://github.com/wildart/Evolutionary.jl/releases Its last tag was June 15th.

ChrisRackauckas commented 7 years ago

https://github.com/wildart/Evolutionary.jl/issues/16

finmod commented 7 years ago

Now it is published as updated but runtests genetic_algorithms still give an error.

ChrisRackauckas commented 7 years ago

No, it hasn't been updated still?