Learn R Programming

multiDoE

Multi-criteria design of experiments algorithm that simultaneously optimizes up to six different criteria (I, Id, D, Ds, A and As). The algorithm finds the optimal Pareto front and, if requested, selects a possible symmetrical design on it. The symmetrical design is selected based on two techniques: minimum distance with the Utopia point or the TOPSIS approach.

Installation

You can install the released version of multiDoE from CRAN with:

install.packages("multiDoE")

Example

See the vignette.

Copy Link

Version

Install

install.packages('multiDoE')

Monthly Downloads

169

Version

0.9.4

License

CC BY 4.0

Issues

Pull Requests

Stars

Forks

Maintainer

Andrea Melloncelli

Last Published

April 2nd, 2025

Functions in multiDoE (0.9.4)

runTPLS

Multi-Stratum Two-Phase Local Search (MS-TPLS) Algorithm
MSOpt

Experimental setup
topsisOpt

Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)
optMultiCrit

Selection of a symmetrical design on the Pareto Front based on the utopian point
plotPareto

Graphical representation of the Pareto Front
%>%

Pipe operator
optSingleCrit

Selection of the best design from the Pareto Front for each criterion
Score

Criteria values for design matrix
MSSearch

Local search algorithm for high quality design generation