-
Notifications
You must be signed in to change notification settings - Fork 2
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
General Requests and Enhancements #1
Comments
@mcmrgh Find the latest release, in the release tab. |
It looks like solutions cannot be imported if the initial json didn't have a Tr field. This can be remedied by adding a "dummy" trajectory field to the json, but it's a little clumsy for processing solutions. |
Possible to estimate total search space size and keep track of progress? Complex models can take a long time to converge, and it would be useful to get a rough idea of how much search space remains at regular intervals. |
@mcmrgh Thanks for letting me know. I will resolve this soon. Meanwhile, you will be able to import the solutions by selecting the "Pathlength" as the option from the main panel prior to the import. |
@mcmrgh Possible to estimate the search space but constraint solvers search the constraint space. I am afraid this is "solver" dependent, some solvers provide indications in regards to the process (e.g. traversal of the constraint graph) some don't. Besides as the problem is NP-hard and also multi-objective, there is no guarantee that an optimal solution would be found at all (If any). |
Solution db does not include steady states, though they can be extracted from text output. |
I ran MIS discovery on a set of 40 models for 3 hours each; it progressed well (with MIS identification and robustness checking) through the first 4 models but then hung. Log shows only that the Matlab parallel pool was shut down after an idle period. |
Is it possible to constrain trajectories that do not exist? |
Some metric for complexity of K values would be very helpful for assessing the quality of solutions-- when solving exhaustively, many "trivial" solutions are often generated by alteration of a K value which is seldom invoked. |
Feature Request and enhancement
=========================
🚣 🚛
The text was updated successfully, but these errors were encountered: