2-multi-objective assignment needs to specify the names of the two objectives ("strength" and "glass_t") in the instructions #182
Unanswered
zweaung1014
asked this question in
Data Science
Replies: 1 comment
-
On another note, just a small consistency issue in the instructions. Initially, it starts off with, "In this assignment, we will leverage Bayesian optimization to identify a sustainable epoxy formulation that balances the tradeoff between tensile strength and glass transition temperature." But later it says, "Your task is to use Honegumi to develop an optimization script to help you identify a set of pareto optimal parameters that balance the tradeoff between the tensile strength and yield strength of an epoxy materail." |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The instructions need to tell the user to name the two objectives "strength" and "glass_t". Since measure_epoxy_old() returns a dictionary with keys 'strength' and 'glass_t', the objective names should be the same. If it is not, Ax will look for whatever objective name the user has specified, and will throw an error.
Beta Was this translation helpful? Give feedback.
All reactions