-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
Pre-requisite:
- Release of gest-api.
- Merge of ASK/TELL DEVELOP #1307.
- Agreed naming of new functions/args (e.g.
export/user_fields). - Check dependencies - eg.
docs/examples/ax_multitask.rst:Required:ax-platform_>=0.5.0should be ==0.5.0 - Try Optimas generator directly in libEnsemble.
- How are gen_classes interfaces documented in libE / docs.
Release:
- Support for gest-api generators (plus selected generators provided in gest-api format).
- ibcdfo/jax example
- Removed Pydantic v.1 support
- Fix Shape error in GP_CAM ingest #1611
- Fix Required
sim_idkey in APOSMM #1612 (Needs to work with ingest - but we currently dont start remote gen until suggest). - Fix CommFinishedException from APOSMM after initial evaluations are done #1613
- Provide appropriate
_validate_vocsfor APOSMM (inc. if does not take constants/constraints etc...)
See what else to include from #1350
Relevant but not the issue with #1612
- If aposmm.py needs
_idshould be specified - also the lineentry["sim_id"] = entry.pop("_id")modifies incoming structure - setting ofsim_idshould be internal only. Can self.variables_mapping be used? E.g.:
self.variables_mapping["sim_id"] = ["_id"]