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

Implement unbounded iterations #69 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

merkste
Copy link
Contributor

@merkste merkste commented May 10, 2019

The switch -maxiters recognizes a new argument, Infinity to indicate that the number of iteration should not be bounded. If a number is given, it has to be between zero and Integer.MAX_VALUE.

The implementation stores these values as doubles. This allows to stick to comparisons like if(iters < max_iters) as +Infinity compares greater to all integer values.

@merkste merkste force-pushed the implement-unbounded-iteration branch from 9a4f240 to 6f5b76b Compare May 10, 2019 15:17
@merkste merkste force-pushed the implement-unbounded-iteration branch from 6f5b76b to d6c2116 Compare May 22, 2019 09:00
@merkste
Copy link
Contributor Author

merkste commented May 23, 2019

There seems to be a problem with multi-objective. At least one test complains about the pareto curve having an unexpected number of points.

@kleinj kleinj added the WIP Work in progress/under discussion, not ready for merge label Jun 20, 2019
@merkste
Copy link
Contributor Author

merkste commented Jun 15, 2020

There seems to be a problem with multi-objective. At least one test complains about the pareto curve having an unexpected number of points.

I rebased the branch onto the current master. Now all tests pass on my system. I guess the failing test was due to a bug the has been fixed in master.

@merkste merkste force-pushed the implement-unbounded-iteration branch from d6c2116 to fc20e65 Compare June 15, 2020 09:12
@merkste merkste force-pushed the implement-unbounded-iteration branch from fc20e65 to 8ed85b5 Compare August 26, 2020 09:52
The switch -maxiters recognizes a new argument, 'Infinity' to indicate
that the number of iteration should not be bounded.
If a number is given, it has to be between zero and Integer.MAX_VALUE.

The implementation stores these values as doubles. This allows to stick
to comparisons like if(iters < max_iters) as +Infinity compares greater to
all integer values.
@merkste merkste force-pushed the implement-unbounded-iteration branch from 8ed85b5 to 5545150 Compare February 15, 2022 10:21
@davexparker davexparker force-pushed the master branch 2 times, most recently from ca12ca0 to 6bf73df Compare January 12, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress/under discussion, not ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants