Skip to content

Accessing predictions with multiple objectives #430

Closed Answered by AdrianSosic
PatWalters asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @PatWalters, at the moment, the answer is "yes and no" 🙃 but will be "yes" only soon. Let me explain:

Current limitation

Getting predictions for the individual target directly from an existing DesirabilityObjective is not possible because the surrogate model is currently being fitted directly on the desirability values, which means we'd have to invert the mapping from target values to desirability value – which is impossible since it's non-injective.

Upcoming solutions

We plan to ship two features soon, both of which solve the problem in their own way:

  • We'll add a true MultiTargetObjective for Pareto optimization, which inherently comes with separate surrogate models for each target, …

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@PatWalters
Comment options

@AdrianSosic
Comment options

@PatWalters
Comment options

@AdrianSosic
Comment options

@PatWalters
Comment options

Answer selected by AdrianSosic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants