Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple objective optimisation with multiple complex constraints. #861

Open
AshlynnLu opened this issue Jul 18, 2024 · 0 comments
Open

Comments

@AshlynnLu
Copy link

AshlynnLu commented Jul 18, 2024

Hi, I saw in the tutorial there are various way to define constraints, and I have a problem of which function to use for the following complex constraints.

Suppose I have 10 input variables x and each of them is a vector with different length, and I need to constraint all of these variables, even an entry inside a vector, for example inputdata[:, 1][1] <= inputdata[:, 2][1]. And I also have some equality constraints, for example inputdata[:, 1][0] == inputdata[:, 1][-1]. May I ask which function should I use to handle these type of constraints?

Any help would be greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant