t

scalation.minima

LineSearch

trait LineSearch extends AnyRef

This trait specifies the pattern for Line Search (LS) algorithms that perform line search on f(x) to find an x-value that minimizes a function f.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LineSearch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def search(step: Double): Double

    Perform Line Search (LS) using a line search algorithm.

    Perform Line Search (LS) using a line search algorithm.

    step

    the initial step size