Tolerance

case class Tolerance(fvalTolerance: Double, gvalTolerance: Double) extends OptimizationOption
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(params: OptParams): OptParams

Inherited methods

@unspecialized
def andThen[A](g: OptParams => A): OptParams => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => OptParams): A => OptParams
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1