Learn R Programming

sybil (version 1.0.1)

checkDefaultMethod: Validate Solver and Method

Description

The function checkDefaultMethod returns the default method for a desired solver, or a default solver -- method pair.

Usage

checkDefaultMethod(solver, method)

Arguments

solver
A single character value, containing the solver name (see SYBIL_SETTINGS).
method
A single character value, containing the method name (see SYBIL_SETTINGS).

Value

  • solValidated solver name.
  • metValidated method name.
  • paramDefault prarmeter set for the validated method.

encoding

utf8

Details

At first, the function checks if argument solver contains a valid solver, if not the default solver will be returned. Next the same is done for the argument method, regarding the current value of solver.

See Also

SYBIL_SETTINGS