best.solution: Selects one best solution among a list of possible solutions

Description Usage Arguments Value Author(s)

Description

Relying on the weigthed error of each solution, selects one of the best ones.

Usage

1
2
best.solution(solutions, nu.A, phi.A, delta.A, gamma, nu.B, phi.B, delta.B,
  verbose = FALSE)

Arguments

solutions

a list of solutions such as generated inside resolve

nu.A

control for nA: 0 means "respect nA", non-null "adapt it to solve the case"

phi.A

control for frequencies: 0 means "respect the original frequencies as detected in the sample", non-null "adapt it to solve the case"

delta.A

control for degree A: 0 means "respect the input parameters pdi", non-null "adapt them to solve the case"

gamma

control for pij: 0 means "respect the matching probabilities pij", non-null "adapt them to solve the case"

nu.B

control for nB: 0 means "respect nB", non-null "adapt it to solve the case"

phi.B

control for frequencies: 0 means "respect the original frequencies as detected in the sample", non-null "adapt it to solve the case"

delta.B

control for degree B: 0 means "respect the input parameters pdj", non-null "adapt them to solve the case"

verbose

if TRUE, will display detailed information on the console

Value

a solution solved

Author(s)

Samuel Thiriot <samuel.thiriot@res-ear.ch>


samthiriot/gosp.dpp documentation built on May 18, 2019, 3:44 p.m.