Abstract: This paper presents the design and implementation of a novel matrix-friendly genetic algorithm (MGA) based population input memristor circuit. Selection, crossover and mutation operations ...
Abstract: The Crayfish Optimization Algorithm (COA) draws inspiration from crayfish foraging, summer dormancy, and competitive behaviors. However, it often struggles with local optima convergence and ...
FlappyAI is a project that initially intended to be just a Flappy Bird clone to practice Object-Oriented Programming (OOP) in C++. However, upon finishing it, I felt it could still become something ...
Templates are a very powerful tool for writing code in c++. They allow you to do just about everything a C macro would allow (and more!), but with type safety and namespace awareness. My goal in this ...