finMath lib documentation
-
- All Implemented Interfaces:
- RootFinder
public class BisectionSearch
extends Object
implements RootFinder
This class implements a Bisection search algorithm,
implemented as a question-and-answer search algorithm.
- Version:
- 1.2
- Author:
- Christian Fries
- Date:
- 2008-03-15
-
-
Constructor Summary
Constructors
Constructor and Description |
BisectionSearch(double leftPoint,
double rightPoint) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isDone
public boolean isDone()
- Specified by:
isDone
in interface RootFinder
- Returns:
- Returns the isDone.
Copyright © 2015 Christian P. Fries.
Copyright © 2016. All rights reserved.