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

[DEFECT] Genetic Algorithm Constraint (implicit) is ignored for 'logistic' fitness #2324

Open
3 of 13 tasks
alfoa opened this issue May 22, 2024 · 1 comment
Open
3 of 13 tasks

Comments

@alfoa
Copy link
Collaborator

alfoa commented May 22, 2024

Thank you for the defect report

Defect Description

Steps to Reproduce

N/A

Expected Behavior

usage of constraint or error at the initialization stage if constraint (implicit) is used with logistic fitness

Screenshots and Input Files

No response

OS

Linux

OS Version

No response

Dependency Manager

PIP

For Change Control Board: Issue Review

  • Is it tagged with a type: defect or task?
  • Is it tagged with a priority: critical, normal or minor?
  • If it will impact requirements or requirements tests, is it tagged with requirements?
  • If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users.
  • Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.)

For Change Control Board: Issue Closure

  • If the issue is a defect, is the defect fixed?
  • If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.)
  • If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)?
  • If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)?
  • If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
@sprapp-inl
Copy link

I also have this issue, but I don't think it is related to the specific use of logistic fitness. It seems that in all cases the initialization (sampling for first generation) ignores the constraints, as a sampler outside of the optimizer is required for initialization. I've opened a TASK to see if samplers could be given constraints as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants