Skip to content

Commit

Permalink
remove curve-fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
maasencioh authored Mar 2, 2017
1 parent 9fe331c commit 7fae68d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Stat.Performance = require('ml-performance');
var Optimization = exports.Optimization = {};

Optimization.BellOptimizer = require('ml-optimize-lorentzian');
Optimization.CurveFitting = require('ml-curve-fitting');
Optimization.LevenbergMarquardt = require('ml-levenberg-marquardt');

// Random number generation
Expand Down

0 comments on commit 7fae68d

Please sign in to comment.