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
The two new functions, Egg Holder and Rana, have a Vector{T} where {T <: Real} type constraint. We should implement the same for other functions, and test it.
Implement
Ackley
Booth
Branin
Egg holder
Michalewicz
Rana
Rosenbrock
Wheeler-
Test
test/testfunctions.jl
The text was updated successfully, but these errors were encountered:
The two new functions, Egg Holder and Rana, have a
Vector{T} where {T <: Real}
type constraint. We should implement the same for other functions, and test it.Implement
Test
test/testfunctions.jl
The text was updated successfully, but these errors were encountered: