modeling-language
Here are 31 public repositories matching this topic...
The last few weeks I have to switched to JuMP in order to perform my (optimization) analysis. Having a look at the documentation related to "Query Solutions" I found that you can extract very useful information regarding the optimizations results.
Thus, I was thinking that it would be a nice all of this information to be presented in a table. I understand that not everything is useful for every
https://github.com/CESNET/libyang/blob/318ce5c30d6f53fe58e844147686854ff739d33d/src/parser.c#L589
For example, if val_str is null, the log will be
Value "" does not satisfy the constraint "1..31" (range, length, or pattern). in (file=null)(0)
Another example.
https://github.com/CESNET/libyang/blob/318ce5c30d6f53fe58e844147686854ff739d33d/src/parser_json.c#L651
Unknown "<n
In prey_predator tutorial, there is a discrepancy sometimes between the variable names for:
- tutorial documentation : energy_transfer, max_transfer
- and gaml : energy_transfert, max_transfert
See:
https://github.com/gama-platform/gama/wiki/PredatorPrey_step3
https://github.com/gama-platform/gama/blob/04000ca513629beb51a32e750a47b6bfad2cff3a/msi.gama.models/models/Tutorials/Predator%20Prey/
- Up to date quick start
- Single place to find helpful resources
- More examples
- Document annotations (see #215)
- Explain more what ThingML is, can do, and what it can't do
- How to contribute documentation
- Syntax / keywords documentation
- Make a website ?
- Build an interactive tutorial that is actually cool, similar to [tryruby](https:/
Add appveyor?
We're not doing anything platform-specific, but it might be nice to test this on a 32-bit system just in case we accidentally assume Int === Int64 and break some of the optimizations. OSQP.jl has an appveyor build, so it should work OK.
-
Updated
Jul 11, 2020 - Julia
When generating an svg image as part of a handbook, it would be really nice to deep link into the handbook from the source code diagram elements.
Example diagrams
As part of the NESTML documentation, there should be an HTML render of the API (in the style of docs.python.org). The set of HTML pages should be uploaded and linked somewhere (e.g. in the doc folder or under github-pages). Ideally, whenever a push or merge is made with respect to master, the documentation should be re-generated.
-
Updated
Jan 9, 2020 - Python
Expected Behaviour
qp() currently only supports constant values for certain arguments, and should produce an error message stating this when a call to qp() has a non-constant expression for one of these arguments.
Actual Behaviour
When a non-constant value is passed for the argument period, the problem is not caught until a later stage of processing, producing the unhelpful error me
-
Updated
Apr 7, 2019 - Python
-
Updated
Feb 25, 2020 - Julia
-
Updated
Jun 4, 2020 - Julia
Add a mode for InfiniteModels such that all the checks are turned off to help speed up the performance. This should be implemented as a keyword argument in the InfiniteModel constructor that is then saved as an attribute. This attribute should then be used to turn on/off the checks present in InfiniteOpt.
-
Updated
Aug 16, 2018 - JavaScript
Port color does not indicate whether it is associated or not to a style, it makes very difficult to identify what is missing when instantiating a style
Suggestion: Change the port color when the association to a abstract port is done.
-
Updated
Jun 5, 2020 - C++
-
Updated
Jun 25, 2020 - Java
-
Updated
Aug 27, 2019 - Java
This issue is related to xatkit-bot-platform/xatkit#11, the error in the editor should contain the path used to load the platforms/libraries.
-
Updated
Jun 23, 2020 - Python
dashedチェックボックスの削除
dashedチェックボックスは今は無意味なので消す
ボールの大きさを可変にする
-
Updated
May 5, 2018 - Go
-
Updated
Jul 24, 2018 - JavaScript
-
Updated
Feb 26, 2018 - Java
-
Updated
Nov 20, 2018
Improve this page
Add a description, image, and links to the modeling-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modeling-language topic, visit your repo's landing page and select "manage topics."
I tried running the .ipynb associated with the Entropy Maximization example at cvxpy website. The notebook uses CVXOPT as the solver. When I run the same notebook, I am getting the error that ends with the message: