summaryrefslogtreecommitdiff
path: root/ot/lp/EMD_wrapper.cpp
AgeCommit message (Collapse)Author
2017-09-09Renamed variableAntoine Rolet
2017-09-07Added MAX_ITER_REACHED flag and warningAntoine Rolet
2017-09-05Removed declaration of unused variableAntoine Rolet
2017-09-05Merge remote-tracking branch 'upstream/master'Antoine Rolet
2017-08-30Changes:aje
- Rename numItermax to max_iter - Default value to 100000 instead of 10000 - Add max_iter to class SinkhornTransport(BaseTransport) - Add norm to all BaseTransport
2017-08-29Changes to LP solver:aje
- Allow to modify the maximal number of iterations - Display an error message in the python console if the solver encountered an issue
2017-07-21Added and passed tests for dual variablesarolet
2017-07-21Compute cost with primalarolet
2017-07-21Added dual variables computationsarolet
2017-07-21Cleaned optimal plan and optimal cost computationarolet
2017-07-14Removed some references to node_id_typearolet
node_id_type is really always int, it makes code hard to read though. In lemon they needed the typedef because they have more complicated graphs.
2017-07-14Removed unused variable maxarolet
Probably a legacy normalization variable
2017-07-13Added optional maximal number of iterationAntoine Rolet
2017-07-10correction on Win64 bugNicolas Courty
2017-04-07avoid filename conclict in windowsRĂ©mi Flamary