Abstract: In this work, a genetic algorithm, implemented in the Python programming language, is developed to model a DCDC buck converter in discrete-time. The modeling is performed and validated using ...
Making a class schedule is one of those NP hard problems. The problem can be solved using a heuristic search algorithm to find the optimal solution, but it only works for simple cases. For more ...
The operation of the power grid is closely related to meteorological disasters. Changes in meteorological conditions may have an impact on the operation and stability of the power system, leading to ...
PyGAD is an open-source, easy-to-use Python 3 library for building the genetic algorithm and optimizing machine learning algorithms. It supports Keras and PyTorch, and it can optimize both ...
You are free to share (copy and redistribute) this article in any medium or format within the parameters below: Creative Commons (CC): This is a Creative Commons license. Attribution (BY): Credit must ...
Abstract: Modern genetic algorithms are derived from natural laws and phenomenons and belong to evolutionary algorithms. Genetic algorithms are, by their very nature, suitable for parallel processing ...