improvement/parameter-dependency-on-every-iteration#71
Draft
improvement/parameter-dependency-on-every-iteration#71
Conversation
…ed unit test for grid based point creation
Pull Request Test Coverage Report for Build 8141572881Details
💛 - Coveralls |
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 1.17 to 2.0. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](JRubics/poetry-publish@v1.17...v2.0) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…nto 70-dependency-not-implemented-in-each-generation
…mmit/action-3.0.1' into 70-dependency-not-implemented-in-each-generation
…ts to avoid looping changes
Collaborator
Author
|
Features now fully implemented. Found a few errors that were previously not checked and are causing some tests and examples to fail now. Fix in next commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal here is to enable parameters to depend an each other and keep this dependency through every iteration of an optimization process.
There are multiple ways to implement this I think.
Currently the way things work can be summarized as follows:
Importantly in step 3/4 the dependency is not used as we do not go back all the way to the
Parameterobject where this dependency is implemented.For our
blackboxoptimization algorithms we can certainly add some step in between before we write things into the experiment/ to the algorithm.Also, changing constraints at different steps of the optimization might not be supported by all algorithms.