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

"reach" stop criteria with negative valued fitness function #296

Open
Tropingenie opened this issue Jul 12, 2024 · 0 comments
Open

"reach" stop criteria with negative valued fitness function #296

Tropingenie opened this issue Jul 12, 2024 · 0 comments

Comments

@Tropingenie
Copy link

Tropingenie commented Jul 12, 2024

I am getting a ValueError: The value following the stop word in the 'stop_criteria' parameter must be a number but the value (-0.5) of type <class 'str'> found when trying to input a stop criteria with negative valued fitness function stop_criteria=["saturate_10", "reach_-0.5"],. I am unable to find any documentation on how the criteria "groups" numbers, and would rather not have to trawl through the code myself to find out.

If this feature is supported it would be appreciated if someone could explain how, otherwise, potentially a future feature. Until then I can always use the multiplicative inverse instead, but it reduces the readability of my outputs ("0.5" is an exact dollar error in my code, "2" is the inverse and less useful on its own).

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

No branches or pull requests

1 participant