aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
AgeCommit message (Expand)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2016-09-21migrating more services to new service APIChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-19fix crash: check if problem is already created before updatingMatthias Wachs
2015-02-10fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff
2015-02-08changing s_get API to return void instead of address, have plugin use existin...Christian Grothoff
2015-02-08avoid several linear scans and allocations by combining AddressWrapper and as...Christian Grothoff
2015-02-08-clarify APIChristian Grothoff
2015-02-08-rename for naming consistencyChristian Grothoff
2015-02-08simplify normalization logic, also have clients access norm array of address ...Christian Grothoff
2015-02-08more dead and duplicate code eliminationChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-06-fix misc minor crashesChristian Grothoff
2015-02-06get rid of stupid network[i]=i arrayChristian Grothoff
2015-02-05first pass at cleaning up ATS plugin APIChristian Grothoff
2015-02-05big ATS refactoring, no serious semantic changes should stem from thisChristian Grothoff
2015-02-05Various changes:Christian Grothoff
2014-12-23Rename DEFAULT_QUALITY to MLP_DEFAULT_QUALITY to avoid conflicting with W32 GDILRN
2014-12-20-check RVChristian Grothoff
2014-12-20-fix unused initialization of localsChristian Grothoff
2014-07-17do not use NBO internallyMatthias Wachs
2014-06-25fixing commentMatthias Wachs
2014-06-12-fix warningsChristian Grothoff
2014-06-12-revert 33649, see #3426Christian Grothoff
2014-06-12code cleanupChristian Grothoff
2014-06-05reducing outputMatthias Wachs
2014-05-19reduce log level when solution was found within optimality gapMatthias Wachs
2014-05-14use cfg function in solversMatthias Wachs
2014-05-14read coefficients with cfg functionsMatthias Wachs
2014-05-13implemented mip gapMatthias Wachs
2014-05-13implementation of mip gap tolerance intervalMatthias Wachs
2014-05-13option to disable objectivesMatthias Wachs
2014-05-13supporting additional log formats like MPSMatthias Wachs
2014-05-13increase numerical stability: replace BIG_M with network quotaMatthias Wachs
2014-05-13extended error messagesMatthias Wachs
2014-05-12logging improvement for perf toolMatthias Wachs
2014-05-12dbg option to autoscale problemMatthias Wachs
2014-05-12adding config option to check for feasibility onlyMatthias Wachs
2014-05-12fixes for the solver and perf toolMatthias Wachs
2014-05-08fixing network generation issue with mlp evalution toolMatthias Wachs
2014-05-06- refine preference calculcations to reflect all clientsMatthias Wachs
2014-05-05fix: setting network in address with eval toolMatthias Wachs
2014-02-01stats can be NULL if [statistics] DISABLE=YESDavid Barksdale
2014-01-28renaming options and status variablesMatthias Wachs
2014-01-28fix: only include peers with requests and addresses available, otherwise syst...Matthias Wachs
2014-01-28clean up configuration parameters and implementationMatthias Wachs
2013-12-19malloc -> newLRN