is it possible to define starting point for optimization? #41
rczerminski-valo
started this conversation in
Ideas
Replies: 1 comment
-
You can give a list of points that you want to be evaluated as part of the initialization (see the argument init_node_pos for RbfoptAlgorithm). The algorithm is not an iterative local algorithm, therefore it does not require a starting point like, e.g., gradient descent. |
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
-
Is it possible to define starting point for optimization in addition to var_lower, var_upper in RbfoptUserBlackBox?
I do not see it as an option right now.
Beta Was this translation helpful? Give feedback.
All reactions