Which algorithm type does rowexch use?

조회 수: 4 (최근 30일)
Tobias Averbeck
Tobias Averbeck 2020년 3월 31일
답변: Aditya 2025년 2월 3일
Hi, I looked through the documentation, but couldn't find an answer:
Which type of algorithm does 'rowexch' use?
  • The Federov algorithm
  • The Modified Federov Algorithm
  • The K-Exchange Algorithm
  • Or yet another algorithm?

답변 (1개)

Aditya
Aditya 2025년 2월 3일
Hi Tobias,
The 'rowexch' function in MATLAB is used for generating D-optimal designs, which are a type of experimental design. The algorithm behind 'rowexch' is based on the Modified Federov Algorithm. This algorithm iteratively improves the design by exchanging rows in a candidate set to maximize the determinant of the information matrix, which is the criterion for D-optimality.
Here's a brief overview of how the Modified Federov Algorithm works:
  1. Initialization: Start with an initial design, which can be randomly selected or based on some heuristic.
  2. Exchange Process: Iteratively exchange rows between the current design and a candidate set to improve the design's optimality.
  3. Convergence: Continue exchanging until no further improvement can be made, or until a specified number of iterations is reached.
The Modified Federov Algorithm is particularly suited for handling large candidate sets and is widely used for generating optimal experimental designs.
Refer the following documentation for more details.

카테고리

Help CenterFile Exchange에서 Industrial Statistics에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by