This repository contains an implementation of genetic algorithms (GAs) for improving contrast in medical images through sigmoid transformation. The project explores two optimization models: one that ...
This project implements a Genetic Algorithm (GA) to solve a maze by evolving a population of possible paths towards the optimal solution. The algorithm uses selection, mutation, and crossover to ...