Giter VIP home page Giter VIP logo

mopti's People

Contributors

bertiqwerty avatar davidwalz avatar osburg avatar zshiqiang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mopti's Issues

Clarify the role of target values in objectives

The intent of the target value in ``MinimizeandMaximize` is for when the objective is used as an output constraint.
For example `Maximize("stability", target=0.5)` requires stability > 0.5. This should be clarified.

Produce compact problem jsons

problem jsons can always be made more readible by editors. For serialization they should be as compact as possible.

  • remove formating
  • omit empty domains
  • option to omit data and optima

Multi fidelity as multiple outputs

Instead of returning different fidelities at different call-frequencies we could implement separate columns for different fidelities.

Optional names attribute for nonlinear equalities

It happens that one wants to do checks on the names of constraints of a problem (For example when we want to make sure that the constraints do not affect certain inputs). This is easily possible for linear constraints and nchoosek constraints, but not for nonlinear constraints, because nonlinear constraints do not have the names attribute. Would you accept a PR that adds an optional names attribute for nonlinear constraints? This way the user could provide information which variables are occuring in the nonlinear constraint's expression. This would allow for doing checks like the ones I mentioned above for all types of constraints.

Error in documentation

Hi all,

I was looking in the documentation at the very nice Problem reduction page.

Can it be that you have an error in the first example?

image

For me the bounds for x3 should be the same before and after the transformation.

Best,

Johannes

Short data column labels

Purpose: make graphs neater, remove possibilities for processing problems with names with special characters.
Can mimic some commercial solutions.
Store dictionary mapping to original column names.

Problem sanitizer

Create functionality that sanitizes a problem.

  • all continuous columns are normalized to [0, 1], if there are no non-linear constraints
  • names of inputs and output are replaced by input_i or output_i.

Scientific notation in json files is not parsed correctly.

opti.read_json() gives a

ValueError: Parameter x contains non-numeric values. Data for continuous / discrete parameters must be numeric. 

for the following json, containing a value in scientific notation.

{
  "inputs": [{"name": "x","type": "continuous"}],
  "outputs": [{"name": "y","type": "continuous"}],
  "data": {
    "data": [
      ["9E-01", 0.1],
      [2, 0.29]
    ],
    "index": [0, 1],
    "columns": ["x", "y"]
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.