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

Update single objective intervals for example in ProblemSphere #3

Closed
Mir1001 opened this issue Oct 11, 2016 · 1 comment
Closed

Update single objective intervals for example in ProblemSphere #3

Mir1001 opened this issue Oct 11, 2016 · 1 comment

Comments

@Mir1001
Copy link
Contributor

Mir1001 commented Oct 11, 2016

upperLimit = new ArrayList(Collections.nCopies(numberOfDimensions, 200.0));
->upperLimit = new ArrayList(Collections.nCopies(numberOfDimensions, 100.0));

public ProblemSphere(int d) {
super(d,0);

    lowerLimit = new ArrayList<Double>(Collections.nCopies(numberOfDimensions, -100.0));
    upperLimit = new ArrayList<Double>(Collections.nCopies(numberOfDimensions, 200.0));

    name = "Sphere";
}
@Ravby
Copy link
Member

Ravby commented Oct 12, 2016

Intervals for all singleobjective problems have been updated.

@Ravby Ravby closed this as completed Oct 12, 2016
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

2 participants