Closed lichunown closed 3 years ago
The lb and ub are designed based on articles, and they are also changeable based on other design structures. In addition, there are many ways to design the algorithm boundary, constraints based on specific problems.
Moreover, I apply the same ub and lb to the whole vector because they are all representing the features. And I am using a threshold to determine the selected features.
Thanks, but in my experiments, the limitation in overspill value would perform better. And it is not make sense if we use the whole vertor to limit the boundary.
Yes, I am using the simplest form. We may also change the boundary for each feature too
The origin boundary will return the boundary
lb
andub
ifx
is overspill. however, what we need limited is the overspill value instead of the whole vector.