question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement partial fixed sampler.

See original GitHub issue

Motivation

Sometimes, when we try an experiment again, we want to override some parameters by fixed values.

e.g.

study = create_study(sampler=PartialFixedSampler({'lambda_l1': 0.1}, base_sampler=...))

Description

I would like to propose partial fixed sampler to override some parameters by fixed values , because it is easy to run experiments with small code changes.

I want to discuss two points here:

  1. partial fixed sampler is needed or not.
  2. If it is needed, what is the api looks like?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
toshihikoyanasecommented, Nov 24, 2020

@norihitoishida Thank you for letting me know. I’ll close this issue.

@keisuke-umezawa Please feel free to re-open it if you have further comments.

Read more comments on GitHub >

github_iconTop Results From Across the Web

optuna.samplers.PartialFixedSampler - Read the Docs
Sampler with partially fixed parameters. New in version 2.4.0. Example. After several steps of optimization, you can fix the value of y and...
Read more >
How much sample is consumed using the partial loop with ...
ANSWER: The specified injection volume plus 15.0 µL (14.0-µL pre-sample volume and 1.0-µL post sample volume) when using the default setting ...
Read more >
Principles of Partial Denture Design - Dr.Rola Shadid
Eliminate anterior edentulous spaces by fixed partial denture. Simplify the RPD design. Eliminate the technical difficulties of placing anterior prosthetic ...
Read more >
Interval Recording - ABA Connect
Time Sampling: Refers to a variety of methods to record behavior at ... When the goal is to decrease behavior – use partial-interval ......
Read more >
Sample-constrained partial identification with application to ...
We demonstrate that our method can produce informative bounds using plausible population-level auxiliary constraints. We implement this method in the R package ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found