Skip to content

Commit fca601f

Browse files
author
Hiroaki Imoto
authored
Merge pull request #23 from himoto/develop
v0.3.2
2 parents add2fa6 + 375aa34 commit fca601f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BioMASS"
22
uuid = "324734c7-f323-4536-9335-775d9be9d101"
33
authors = ["Hiroaki Imoto <himoto@protein.osaka-u.ac.jp>"]
4-
version = "0.3.1"
4+
version = "0.3.2"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

src/ga/scipy_optimize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function __init__()
3333
else False,
3434
options={
3535
#'disp': True,
36-
'xtol': 1.0,
36+
'xtol': 0.1,
3737
'ftol': 1.0,
3838
'maxiter': 5,
3939
'maxfev': 100 * n_gene,

0 commit comments

Comments
 (0)