Coder Social home page Coder Social logo

relund / gmoip Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 2.0 215.39 MB

2D and 3D plots of linear/integer programming models in R

Home Page: https://relund.github.io/gMOIP/

R 18.89% HTML 78.66% TeX 1.66% Asymptote 0.79%
math linear-programming integer-programming bi-objective mixed-integer-programming visualization r r-package 3d-plot 2d-plot

gmoip's People

Contributors

dmurdoch avatar relund avatar scottkosty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gmoip's Issues

inHull(): tol argument not taken into account in some cases

I just tested current master (98adb11). One issue I noticed is that the value of the tol argument to inHull() is not taken into account in some cases. Here is an example:

library("gMOIP")
pt_ <- c(9.01, 9)
v_ <- matrix(c(3,3, 8,8, 9,9),
              byrow = TRUE,
	      ncol = 2)
inHull(pts = pt_, vertices = v_, tol = 1e10)

The above returns -1 for me, where I expect it to return 0 since the value for tol is large.

Replacing eaf with moocore

Dear Lars,

I am planning to retire the eaf package and separate its functionality into two packages: moocore, which will have very few dependencies, and mooplot, which will handle plotting and interactivity.

In your case, it will be a matter of replacing eaf by moocore since the same function is_nondominated is in moocore.

It will still take a few months to get moocore into CRAN, but I wanted to let you know in advance.

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.