Skip to content

Commit

Permalink
update version, and other minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Mar 8, 2023
1 parent dcf87a4 commit 48a7eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Metaheuristics"
uuid = "bcdb8e00-2c21-11e9-3065-2b553b22f898"
authors = ["Jesus Mejia <[email protected]>"]
version = "3.2.14"
version = "3.2.15"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down
2 changes: 1 addition & 1 deletion src/common/set_user_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ f (generic function with 1 method)
julia> algo = ECA(N = 61); # optimizer
julia> # one solution can be provided
x0 = [0.5, 0.5 0.5];
x0 = [0.5, 0.5, 0.5];
julia> set_user_solutions!(algo, x0, f);
Expand Down

0 comments on commit 48a7eab

Please sign in to comment.