makeOF: A function factory for making the search objective function.

Description Usage Arguments Value

Description

Used when we need to search for important points. P is the problem list. It should have already gone through BuildConCheckGrid and BinningStep. The returned function must return a value even if WeightedKDE() fails. In case of failure, just assign a large random value to the objective value (to keep the search from stagnating or moving systematically in one direction).

Usage

1
makeOF(P)

Arguments

P

The list of problem details.

Value

The objective function.


scdensity documentation built on May 1, 2019, 10:26 p.m.