From b6b5bb2962c95fdbf32e987755e8c7988503c285 Mon Sep 17 00:00:00 2001 From: Mehmet Hakan Satman Date: Thu, 4 Jan 2024 22:35:15 +0300 Subject: [PATCH] Update README.md Add biased random key ga to the optimizer list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 051219af..9d52915f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ considered in most of the [implemented algorithms](https://jmejia8.github.io/Met - **WOA**: Whale Optimization Algorithm - **MCCGA**: Machine-coded Compact Genetic Algorithm - **GA**: Genetic Algorithm +- **BRKGA**: Biased Random Key Genetic Algorithm ### Multi-Objective Optimization