get_paretofront: Pareto fronts calculation

View source: R/test_activation.R

get_paretofrontR Documentation

Pareto fronts calculation

Description

Returns solutions in the top N layers of pareto fronts with the goal to maximize two objectives.

Usage

get_paretofront(input_data, N_fronts)

Arguments

input_data

a data.frame with the first column storing a solution's name and second and third columns storing values of its two objectives.

N_fronts

int, number of pareto fronts

Value

a character storing solutions made into the top N_fronts.


greenelab/ADAGEpath documentation built on May 25, 2022, 7:11 a.m.