SalZa2004 commited on
Commit
67652b1
·
1 Parent(s): 9bfeace

testing pareto

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def generate():
44
  target_cn=target_cn,
45
  generations=generations,
46
  population_size=population_size,
47
- minimize_ysi=False,
48
  maximize_cn=False,
49
  )
50
 
 
44
  target_cn=target_cn,
45
  generations=generations,
46
  population_size=population_size,
47
+ minimize_ysi=True,
48
  maximize_cn=False,
49
  )
50