Questions tagged [mystic]

Use this tag for questions that involve the Python Mystic optimization framework.

Mystic is a Python framework that provides optimisation algorithms and tools.

50 questions
0
votes
0 answers

How to use vector of non-linear inequality constraints in mystic?

Solving a non-convex optimization with inequality constraints computed from the decision variable and some additional inputs using a non-linear function. The constraints (schematically, just for example) can be put into one function that returns a…
0
votes
1 answer

Mystic - how to properly stop an optimization

I have a fairly large and complex Python application to which I recently added the ability to perform nonlinear optimization using Mystic (https://github.com/uqfoundation/mystic). The optimization runs in a separate thread from the main (GUI)…
Infinity77
  • 1,317
  • 10
  • 17
0
votes
0 answers

non-convergence of mystic optimizer

I'm trying to optimize function objective. full_constr_data consists of 6 type of goals, each goal is divided by years, each year is represented by project-based data. So, I'm weighting full_constr_data project-wise by argument x of function…
kimsergeo
  • 1
  • 1
0
votes
1 answer

Issues regarding constraint's setting via mystic package

I am trying to set constraints to perform optimization with the help of mystic package. I executed the code in Spyder and PyCharm IDE. In both cases kernel crashed. When I have only 2 line string 'simplify'-method works fine. Trying to set greater…
kimsergeo
  • 1
  • 1
0
votes
1 answer

Incorrect bounds for parameter values when using Mystic's Differential Evolution function

I am currently using Chemical Reaction Network Theory (CRNT) to study bistability in insulin signaling. Using CRNT I come to a point where I need to solve a global optimization problem with constraints to obtain saddle nodes. I have looked at…
1 2 3
4