plotFitness: Function to plot the fitness of the final GA result, relative...

Description Usage Arguments

Description

Function to plot the fitness of the final GA result, relative to the randomly generated suggestions.

Usage

1
2
plotFitness(stim_sample, sample_size, distance_mat,
  fitness = fitnessFunction, lower_tri_function = sumHeight)

Arguments

stim_sample

a list containing the final items and a GA object

sample_size

the number of items to sample

distance_mat

a population inter-item distance matrix

fitness

the fitness function passed to ga()

lower_tri_funciton

the specific function to assess fitness of the lower triangle of the sample distance matrix


damiencrone/gasample documentation built on May 20, 2019, 9:26 a.m.