distanceMatrixWrapper: Distance Matrix Wrapper

Description Usage Arguments Value Examples

View source: R/distanceCalculation.R

Description

Wrapper to calculate the distance matrix, with one or multiple distance functions.

Usage

1
distanceMatrixWrapper(x, distanceFunction, ...)

Arguments

x

list of candidate solutions whose distance is evaluated

distanceFunction

Distance function of type f(x,y)=r, where r is a scalar and x and y are candidate solutions whose distance is evaluated.

...

further arguments passed to distanceFunction

Value

matrix of distances between all solutions in list x

Examples

1
2
3
4

CEGO documentation built on May 14, 2021, 1:08 a.m.