Skip to content

Commit 9690680

Browse files
author
Julian Blank
committed
VERSION 0.4.0
1 parent 3694abf commit 9690680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymoo/usage/algorithms/usage_nsga2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
algorithm,
1212
('n_gen', 200),
1313
seed=1,
14-
verbose=True)
14+
verbose=False)
1515

1616
plot = Scatter()
1717
plot.add(problem.pareto_front(), plot_type="line", color="black", alpha=0.7)

pymoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0.rc2"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)