/evolutionary-algorithms

🧬 🧠 Implementation of evolutionary search strategy.

Primary LanguagePythonApache License 2.0Apache-2.0

Evolutionary Algorithms

Overview

This is an implementation of evolutionary search strategy.

Ahmadi P, Dincer I. Thermodynamic analysis and thermoeconomic optimization of a dual pressure combined cycle power plant with a supplementary firing unit. Energy Convers Manage 2011;52:2296–308.

Fig. 1: Basic concept of evolutionary algorithms

Problem statement

Find the optimal values of a, b and c of equation (1) with respect to given set of data.

1

Target function used for minimization is mean square error (2).

2