count_goptima: count_goptima

Description Usage Arguments Value

View source: R/count_goptima.R

Description

Evaluates the data given with a niching function and iterates it comparing the data with the rho parameter, determining if an optima has been found or not.

Usage

1
count_goptima(pop, nfunc, accuracy)

Arguments

pop

Data given to be evaluated.

nfunc

Number of the niching function to be used.

accuracy

Accuracy value for the optima selection criteria.

Value

A list containing the number of optimas found and the value of it. (count, finalseeds)


jhoffjann/nmmso_benchmark documentation built on May 19, 2019, 9:27 a.m.