Skip to content

Very close trials in Module 3, but not accepted by autograder #25

Discussion options

You must be logged in to vote

Hi @kenzo-aspuru-takata, it looks like you might be optimizing over a continuous space. If you specify a float for the bounds (e.g., 0.0) Ax interprets this as a continuous parameter, but the RGB values are meant to be integer values. If you specify an integer (e.g., 0) Ax will interpret this as an integer parameter. The type can also be specified explicitly, but the assignment README doesn't go over that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kenzo-aspuru-takata
Comment options

Answer selected by kenzo-aspuru-takata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants