Skip to content

Commit

Permalink
nelder_mean require path modified
Browse files Browse the repository at this point in the history
  • Loading branch information
lasandun committed Aug 9, 2014
1 parent ec01a42 commit bb00ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nelder_mead.rb
Expand Up @@ -22,7 +22,7 @@
#
# Nelder Mead Algorithm for Multidimensional minimization

require "#{File.dirname(__FILE__)}/point_value_pair.rb"
require "#{File.expand_path(File.dirname(__FILE__))}/point_value_pair.rb"

module Minimization

Expand Down

0 comments on commit bb00ca7

Please sign in to comment.