You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python method cocoex.Problem.initial_solution_proposal guaranties feasibility only for the first proposal. How should the experimentation script deal with this? Abandon randomization for nonrandom algorithms or accept that initial solutions may be infeasible?
Remark: we could write C-code which samples feasible solutions based on the gradient of construction constraint (the first constraint does not have the same gradient)?
The text was updated successfully, but these errors were encountered:
The Python method
cocoex.Problem.initial_solution_proposal
guaranties feasibility only for the first proposal. How should the experimentation script deal with this? Abandon randomization for nonrandom algorithms or accept that initial solutions may be infeasible?Remark: we could write C-code which samples feasible solutions based on the gradient of construction constraint (the first constraint does not have the same gradient)?
The text was updated successfully, but these errors were encountered: