Class OptimizationRootFinder

java.lang.Object
org.tweetyproject.math.opt.rootFinder.RootFinder
org.tweetyproject.math.opt.rootFinder.OptimizationRootFinder
Direct Known Subclasses:
BfgsRootFinder, GradientDescentRootFinder, HessianGradientDescentRootFinder

public abstract class OptimizationRootFinder extends RootFinder
This class is the common ancestor for root finders that work with optimizers.
Author:
Matthias Thimm