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] Warmstarting - Add a method to Optimizers to allow for it. #271

Open
eddiebergman opened this issue Mar 26, 2024 · 0 comments
Open
Assignees
Labels
feature A new feature

Comments

@eddiebergman
Copy link
Contributor

class Optimizer:
	def warmstart(self, reports: Iterable[Trial.Report]) -> None:
		for report in reports:
			self.tell(report) 
@eddiebergman eddiebergman added the feature A new feature label Mar 26, 2024
@eddiebergman eddiebergman self-assigned this Mar 26, 2024
@eddiebergman eddiebergman changed the title [Feature] Warmstarting - Add an option to Optimizers to allow for it. [Feature] Warmstarting - Add a method to Optimizers to allow for it. Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant