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 objective in the algorithm base class - can we write it as a default callback? #1943

Open
MargaretDuff opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MargaretDuff
Copy link
Member

Description

Can we move this to a callback?

def update_objective(self):
'''calculates the objective with the current solution'''
raise NotImplementedError

Environment

import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
@MargaretDuff MargaretDuff added the enhancement New feature or request label Oct 1, 2024
@MargaretDuff MargaretDuff added this to the v24.3.0 milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants