Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

genetic algorithm test syntax problem #48

Open
finmod opened this issue Aug 9, 2017 · 4 comments
Open

genetic algorithm test syntax problem #48

finmod opened this issue Aug 9, 2017 · 4 comments

Comments

@finmod
Copy link
Contributor

finmod commented Aug 9, 2017

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
Copy link
Member

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

@ChrisRackauckas
Copy link
Member

@finmod
Copy link
Contributor Author

finmod commented Sep 9, 2017

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

@ChrisRackauckas
Copy link
Member

No, it hasn't been updated still?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants