We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd75fff commit 782c777Copy full SHA for 782c777
1 file changed
src/johnsons.jl
@@ -86,7 +86,7 @@ times = Float64[
86
7.0 4.0
87
]
88
89
-result = johnsons_ga(times)
+result = johnsons_ga(JohnsonProblem(times))
90
91
println(result.permutation)
92
```
@@ -128,7 +128,7 @@ The function throws a JohnsonException if the problem cannot be reduced to a 2-m
128
129
# Arguments
130
131
-- `times::Matrix`: a matrix of times
+- `problem::JohnsonProblem`: a problem containing a matrix of times
132
133
# Returns
134
0 commit comments