You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add notebook with simple optimization example - inc. simple persistent generator (similar to paper example).
Questions:
Should use_persis_return_sim be deprecated - if so now or next release. Requires ensuring all functions update to returning None (including in docs) - which should do anyway.
Should H0 be an argument to ensemble.run()?
The text was updated successfully, but these errors were encountered:
Target date: TBC
Question: Should
gen_on_manager
becomes default (what about non-persistent gens). This is very breaking hence might be for 2.0.Support sub-classed generators with an ask/tell interface Interface with Generators that expose an .ask/.tell interface #1240
Make sure persistent gens return None as first parameter unless want to return something.
Resolve Better capture dependencies for 'extra' tests. #1403 and Pydantic warnings #1404
Improve coverage of core libE methods (if reasonably easy to do so). Files to consider
gpu_detect but not if that's difficult to test/mock.Same for tcp_mgrCanceled / Put on hold:
Questions:
use_persis_return_sim
be deprecated - if so now or next release. Requires ensuring all functions update to returning None (including in docs) - which should do anyway.The text was updated successfully, but these errors were encountered: