Skip to content

Commit

Permalink
also allow differential evolution to solve distillation; not recommen…
Browse files Browse the repository at this point in the history
…ded since its so slow
  • Loading branch information
yoelcortes committed May 28, 2024
1 parent 6d272d6 commit 21b957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosteam/units/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ def _run(self):
)
self.set_flow_rates(result.x.reshape([m, n]))
elif bounded and not constraints:
raise NotImplementedError(f'optimize method {self.method!r} not implemented in BioSTEAM (yet)')
# raise NotImplementedError(f'optimize method {self.method!r} not implemented in BioSTEAM (yet)')
self.iter = 0
partitions = self.partitions
Sb, safe = bottoms_stripping_factors_safe(
Expand Down

0 comments on commit 21b957b

Please sign in to comment.