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.

[Question] How to get best paramter if I use MultiObjective or ScalarizedObjective

See original GitHub issue

get_best_parameters is convenient to get the best paramters when tackling single-objective problem. But it can’t get the best parameters from a multi-objective experiment.

...
NotImplementedError: ScalarizedObjective is composed of multiple metrics

It’s there an API for geting the best parameters or Pareto front when using MultiObjective or ScalarizedObjective?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ldworkincommented, Jul 23, 2020
0reactions
yifeng-licommented, Jul 23, 2020

@yifeng-li It’s on the near-term roadmap. ETA late July/early August. Thanks for the pointer to https://github.com/ppgaluzio/MOBOpt too.

Great! I am eagerly looking forward to this component. If would be nice if your future function can allow initialization of a user-specified set of data points {x_n,y_n}_n^N where x_n is a vector and y_n is also a vector for the corresponding to the objective values. MOBOpt has a nice interface but it does not allow such data initialization. I believe your implementation will be very useful in many applications. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exploring Multi-Objective Hyperparameter Optimization
In a nutshell, we're modeling the relationship between hyperparameters and objectives, and using that model to make better hyperparameter ...
Read more >
Introduction to Scalarization Methods for Multi-objective ...
This video is part of the set of lectures for SE 413, an engineering design optimization course at UIUC. This video introduces scalarization...
Read more >
Multi-objective optimization - Wikipedia
This is called a scalarized problem. If Pareto optimality of the single-objective solutions obtained can be guaranteed, the scalarization is characterized as ...
Read more >
Lecture 9: Multi-Objective Optimization - Purdue Engineering
are to be minimized or maximized. ▫ Answer is set of solutions that define the best tradeoff between competing objectives. Multi-Objective Optimization.
Read more >
How to put Weight parameter for a Multi Objective Function?
When an MOOP is converted to a simplified weighted-sum mono-objective problem, the original objective functions J1 and J2 are not just ...
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