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
Is there a way to pass a preselected set of data to the optimizer to be considered while calculating the gain?
The preselected set is user-defined input to the optimizer and will not be altered or modified in any way by the optimizer.
Thanks for the effort and making this package available.
Mohamed
The text was updated successfully, but these errors were encountered:
Sorry for taking so long to reply.
Now I have tried it, but it seems that this way only works if your initial set is a subset of the data.
Please take a look at this:
When a try to pass a 2 dim array, as my initial set, this line of code raises the following value error:
ValueError: When using facility location, the initial subset must be a one dimensional array of indices.
Hi,
Is there a way to pass a preselected set of data to the optimizer to be considered while calculating the gain?
The preselected set is user-defined input to the optimizer and will not be altered or modified in any way by the optimizer.
Thanks for the effort and making this package available.
Mohamed
The text was updated successfully, but these errors were encountered: