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

Feature/smac-multi-objective #105

Merged
merged 4 commits into from
Jan 25, 2024
Merged

Conversation

sarah-segel
Copy link
Collaborator

Enhancements

Copy link
Contributor

@alexandertornede alexandertornede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

objective1 = Objective("Cost", lower=0)
objective2 = Objective("Time", lower=0)
for obj in objectives:
obj_list.append(Objective(obj, lower=0))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt we initialize with the lower of the corresponding objective and only 0, if it is None?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I removed the lower now. This way, the lower objective bound will be set to the lowest observed objective value.

@sarah-segel sarah-segel merged commit d73688e into development Jan 25, 2024
2 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 25, 2024
@sarah-segel sarah-segel deleted the feature/smac-multi-objective branch February 15, 2024 10:29
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

Successfully merging this pull request may close these issues.

2 participants