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
For different extensions of ibex (like SIC solving, SIP, min-max optimization or integral-based constraints/objective, etc.), we need a more general structure than the current System.
A solution might be to create an abstract class Ctr for constraints, with definition of services like the default associated contractor and self-relaxation/restriction; and an abstract class Sys for systems, which would contain a Fnc object as objective (this interface already exists) and a set of Ctr constraints.
This way, many algorithms would have a wider scope.
This discussion was converted from issue #414 on December 15, 2020 23:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For different extensions of ibex (like SIC solving, SIP, min-max optimization or integral-based constraints/objective, etc.), we need a more general structure than the current
System
.A solution might be to create an abstract class
Ctr
for constraints, with definition of services like the default associated contractor and self-relaxation/restriction; and an abstract classSys
for systems, which would contain aFnc
object as objective (this interface already exists) and a set ofCtr
constraints.This way, many algorithms would have a wider scope.
Beta Was this translation helpful? Give feedback.
All reactions