You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: