Skip to content

Question About "constraint_ueq" #232

@ppllracing

Description

@ppllracing

I hope that the solution obtained by solving the inequality constraint satisfies a decreasing trend over time. I wrote it that way👇, but it didn't work during the solution process. Could you please tell me why?

constraint_ueq = [
lambda x: x[i + 1] - x[i] for i in range(n_dim - 1)
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions