#
modeling-language
Here are 48 public repositories matching this topic...
help wanted
We would appreciate contributions for this issue! A CVXPY member will provide guidance.
feature request
good first issue
odow
commented
Oct 3, 2020
Hi there!
This issue is a catch-all for documentation improvement suggestions. I'll keep it updated with things to work on, rather than having lots of separate issues.
- If you have suggestions for things to add to the documentation, leave a comment below.
- If you're looking to contribute to JuMP, picking something off this list is a great place to start!
General editing
The ea
Type: Documentation
Status: Help Wanted
Help is welcome on this issue
good first issue
This issue is recommended for new users, it does not require a thorough understanding of the package
An object-oriented algebraic modeling language in Python for structured optimization problems.
python
optimization
linear-programming
modeling-language
nonlinear-programming
mathematical-programming
-
Updated
Jun 19, 2022 - Python
YANG data modeling language library
-
Updated
Jun 17, 2022 - C
Core plug-in projects of the GAMA platform
java
simulation
modeling
models
simulation-environment
gis
simulation-framework
agent-based-modeling
modeling-language
complex-systems
simulation-toolkit
mathematical-modelling
gama-platform
gama
hybrid-modeling
spatial-models
modeling-agents
integrated-modeling
-
Updated
Jun 19, 2022 - Java
Arrays with arbitrarily nested named components.
machine-learning
simulation
optimization
julia
modeling
array
controls
neural-networks
arrays
dynamical-systems
control-systems
differential-equations
modeling-language
differentialequations
simulation-modeling
named-tuples
controls-and-dynamics
neural-ode
scientific-machine-learning
-
Updated
Jun 19, 2022 - Julia
pulsipher
commented
Sep 10, 2021
Our various measure tests only check that a measure is created. They don't check its contents. More rigorous testing should be implemented.
Represent trained machine learning models as Pyomo optimization formulations
python
neural-network
optimization
cnn
modeling-language
pyomo
mathematical-modelling
keras-neural-networks
nonlinear-programming
mixed-integer-programming
mathematical-programming
relu
onnx
gradient-boosted-trees
-
Updated
Apr 29, 2022 - Python
The ThingML modelling language
javascript
c
java
golang
arduino
state-machine
statechart
uml
internet-of-things
model-driven-development
modeling-language
xtext
thingml
eclipse-modeling
-
Updated
Feb 3, 2022 - Java
Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia
optimization
julia
julia-language
modeling-language
optimization-tools
numerical-optimization
optimization-framework
mathematical-programming
-
Updated
Mar 26, 2021 - Julia
A library to generating UML language from Rust's project into graphiz/dot file.
-
Updated
Oct 23, 2017 - Rust
A domain specific language to describe neuron models in NEST
-
Updated
Jun 16, 2022 - Python
A MathOptInterface Optimizer to solve JuMP models using GAMS
-
Updated
Jun 15, 2022 - Julia
Simple swig bindings for the GNU Linear Programming Kit
-
Updated
Jun 6, 2022 - Python
A compiler for Bayesian time series models.
-
Updated
Mar 19, 2020 - Haskell
Home of the Language Ecosystem for Modeling Microservice Architecture (LEMMA)
microservices
eclipse-plugin
model-driven-development
microservices-architecture
modeling-language
domain-specific-language
modeling-tools
mde
model-driven-engineering
microservice-toolkit
model-driven-architecture
microservice-architecture
domain-driven-development
eclipse-environment
modeling-environment
architecture-viewpoints
-
Updated
Jun 19, 2022 - Java
ML-Quadrat (ML2) is a Model-Driven Software Engineering (MDSE) tool with full code generation and out-of-the-box Machine Learning (ML) support at the modeling layer for creating smart services for the Internet of Things (IoT) and Cyber-Physical Systems (CPS).
iot
machine-learning
ai
dsl
ml
artificial-intelligence
internet-of-things
data-analytics
modeling-language
domain-specific-language
modeling-tool
thingml
meta-model
low-code
model-driven
cyber-physical-systems
ml2
dsml
ml-quadrat
-
Updated
May 11, 2022 - Java
Extended Mathematical Programming in Julia
optimization
julia
game-theory
modeling-language
bilevel-optimization
optimization-algorithms
risk-modelling
mpec
risk-measure
-
Updated
May 5, 2022 - Julia
Mathematical Programming Toolbox for AMPL/GMPL
-
Updated
Apr 7, 2019 - Python
An automatic differentiation and algebraic modeling package
-
Updated
Jun 18, 2022 - Julia
A modeling tool for generating a web form from a blockchain model type and validating and submitting the filled out form to a Hyperledger Blockchain
blockchain
hyperledger
modeling-language
hyperledger-fabric
diagram-editor
hyperledger-composer
hyperledger-setup
hyperledger-composer-model
-
Updated
Aug 16, 2018 - JavaScript
Open
ボールの大きさを可変にする
YunosukeY
opened
Mar 25, 2020
A Universal Modeling Language for Metabolic Flux Analysis
modeling-language
specification-language
metabolic-models
metabolic-network
metabolic-engineering
metabolic-flux-analysis
13c-mfa
-
Updated
Feb 23, 2022 - C++
A Data Modeling Language
syntax-highlighting
programming-language
markup-language
vscode-extension
modeling-language
tmlanguage
link-text
-
Updated
May 1, 2022
SysADL Studio implements an Eclipse plug-in for SysADL Language, allowing both textual and graphical description, also supporting model simulation.
-
Updated
May 19, 2021 - Java
Software architecture documentation and discussion made simple
-
Updated
May 5, 2018 - Go
Eclipse-based editors to create bots
eclipse
eclipse-plugin
intents
sirius
modeling-language
domain-specific-language
xtext
xtext-project
chatbot-grammar
-
Updated
Jun 1, 2020 - Xtend
Domain-driven Microservice Modeling (outdated). Find us here now: https://github.com/SeelabFhdo/lemma.
microservices
eclipse-plugin
model-driven-development
microservices-architecture
modeling-language
domain-specific-language
modeling-tools
mde
model-driven-engineering
microservice-toolkit
model-driven-architecture
domain-driven-development
modeling-environment
architecture-viewpoints
-
Updated
Aug 27, 2019 - Java
Modelio Extension for Camel Modeling. Camel Designer Module is conceived to help in designing Cloud Application Modelling and Execution Language (CAMEL) ( camel-dsl.org )
cloud
model
modeling
modelling
modeling-language
modelling-framework
modeling-tool
modeling-tools
modelling-tool
-
Updated
Jun 15, 2022 - Java
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."
The Matlab version of CVX [1,2] offers the options of calling the Huber function with either
huber(x,M)
orhuber(x,M,t)
. The latter computest+t*huber(x/t,M)
, which is useful for concomitant scale estimation [3]. It would be nice to have the same option with cvxpy.1 - https://github.com/cvxr/CVX/blob/master/functions/huber.m
2