We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents add2fa6 + 375aa34 commit fca601fCopy full SHA for fca601f
Project.toml
@@ -1,7 +1,7 @@
1
name = "BioMASS"
2
uuid = "324734c7-f323-4536-9335-775d9be9d101"
3
authors = ["Hiroaki Imoto <himoto@protein.osaka-u.ac.jp>"]
4
-version = "0.3.1"
+version = "0.3.2"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
src/ga/scipy_optimize.jl
@@ -33,7 +33,7 @@ function __init__()
33
else False,
34
options={
35
#'disp': True,
36
- 'xtol': 1.0,
+ 'xtol': 0.1,
37
'ftol': 1.0,
38
'maxiter': 5,
39
'maxfev': 100 * n_gene,
0 commit comments