Header menu logo FSharp.Finance.Personal

Solution Type

the result obtained from the array solver

Union cases

Union case Description

Bypassed

Full Usage: Bypassed

the solver was bypassed and a manual solution was supplied

Found(Found, Iteration, Tolerance)

Full Usage: Found(Found, Iteration, Tolerance)

Parameters:
    Found : decimal
    Iteration : int
    Tolerance : decimal

a solution was found, returning the solution, the number of iterations required and the final tolerance used

Found : decimal
Iteration : int
Tolerance : decimal

Impossible

Full Usage: Impossible

a solution could not be found due to an issue with the initial parameters

IterationLimitReached(PartialSolution, IterationLimit, MaxTolerance)

Full Usage: IterationLimitReached(PartialSolution, IterationLimit, MaxTolerance)

Parameters:
    PartialSolution : decimal
    IterationLimit : int
    MaxTolerance : decimal

a solution could not be found within the iteration limit, but it returns the result of the last iteration and stats on how it was reached

PartialSolution : decimal
IterationLimit : int
MaxTolerance : decimal

Type something to start searching.