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
I was wondering if I could add a restriction rule.
I have for dimensions and each of them have bounds, but also I need to make sure that the sum of these dimensions is equal to 1.
In other words, every time that the particles are updated they need to respect the bounds and the sum of the dimensions of each particle must be 1.
Can I do it in this package ? Is possible to modify a function/class to consider it?
The text was updated successfully, but these errors were encountered:
Hello, @gabrielaleon! At the moment it is only possible if you are willing to write your own Optimizer (for which you could copy a lot of code from the existing optimizers). I think this is similar to #259. Due to the lack of time of the maintainer team at the moment we're sadly not ready to face such a big change, though.
I was wondering if I could add a restriction rule.
I have for dimensions and each of them have bounds, but also I need to make sure that the sum of these dimensions is equal to 1.
In other words, every time that the particles are updated they need to respect the bounds and the sum of the dimensions of each particle must be 1.
Can I do it in this package ? Is possible to modify a function/class to consider it?
The text was updated successfully, but these errors were encountered: