Package minfx :: Module base_classes :: Class Line_search
[hide private]
[frames] | no frames]

Class Line_search

source code


Instance Methods [hide private]
 
__init__(self)
Base class containing the generic line search functions.
source code
 
backline(self)
Function for running the backtracking line search.
source code
 
line_search_options(self, min_options)
Line search options.
source code
 
mt(self)
Function for running the More and Thuente line search.
source code
 
no_search(self)
Set alpha to alpha0.
source code
 
nwi(self)
Function for running the Nocedal and Wright interpolation based line search.
source code
 
nww(self)
Function for running the Nocedal and Wright line search for the Wolfe conditions.
source code
 
setup_line_search(self)
The line search function.
source code
 
valid_line_search(self, type)
Test if the string 'type' is a valid line search algorithm.
source code
Method Details [hide private]

line_search_options(self, min_options)

source code 

Line search options.

Function for sorting out the minimisation options when the only option can be a line search.