Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solver features #15

Merged
merged 9 commits into from
Oct 11, 2024
Merged

Solver features #15

merged 9 commits into from
Oct 11, 2024

Conversation

jdreo
Copy link
Collaborator

@jdreo jdreo commented Oct 11, 2024

Implements a fully functional set of solvers, most notably:

  • initialization on a given solution (to see if one can improve it),
  • search in parameters space for a given sequence of operators.

You may want to double-check the last commit 4a478f1, which changes the AvalancheTest interface.

jdreo added 7 commits October 11, 2024 09:16
- assert that value_size < sizeof(myuint)
- assert that shifts < value_size
- Refactor AvalancheTest to have a common interface compatible with composition.
    - Allows letting the user decides whether to use strict or soft instances.
    - Allows instantiating the test object only once.
    - Allows indicating a default number of tests.
    - Uses the `operator()` interface instead of `run`, to stay consistent with ParadisEO.
- Use tests to assess quality in evaluators.
- Use StrictAvalancheTest in app/search.
@jdreo jdreo requested a review from yoann-dufresne October 11, 2024 08:23
@jdreo jdreo self-assigned this Oct 11, 2024
@jdreo jdreo added the enhancement New feature or request label Oct 11, 2024
@jdreo jdreo added this to the Minimum Viable Product milestone Oct 11, 2024
@yoann-dufresne yoann-dufresne merged commit 506f35d into yoann-dufresne:dev Oct 11, 2024
0 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants