Skip to content

Commit

Permalink
change default value of um_p to be consistent with Borg documentation (
Browse files Browse the repository at this point in the history
…#250)

Co-authored-by: Jan Kwakkel <j.h.kwakkel@tudelft.nl>
  • Loading branch information
irene-sophia and quaquel authored Apr 5, 2023
1 parent c5840db commit 17fc315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/em_framework/optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ class GenerationalBorg(EpsilonProgressContinuation):
de_rate = 0.1
de_stepsize = 0.5

um_p = BORGDefaultDescriptor(lambda x: x + 1)
um_p = BORGDefaultDescriptor(lambda x: 1 / x)

spx_nparents = 10
spx_noffspring = 2
Expand Down

0 comments on commit 17fc315

Please sign in to comment.