GitHub topics: fitness-function
One-Liu/genetic_algorithm
General genetic algorithm
Language: Python - Size: 59.7 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 1

Kisaa-Fatima/Genetic-Algorithm-Implementation-for-Intrusion-Detection-Using-UNSW-NB15-Dataset
The motivation behind this project is to explore the effectiveness of genetic algorithms in classifying network intrusions. By leveraging the UNSW-NB15 dataset and implementing GA, we aim to enhance intrusion detection systems.
Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: about 16 hours ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ismailbayram/bigpicture
Validate the architecture of project.
Language: Go - Size: 441 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 15 - Forks: 1

moveaxlab/dep-check
Validate imports and run tests selectively in Go projects.
Language: Go - Size: 20.5 KB - Last synced at: about 19 hours ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

tejasOnGit/Bin-Packing-Problem-Solver-using-Evolutionary-Algorithm
Harness the power of Evolutionary Algorithms to optimize bin packing. Experiment with crossover strategies, mutation techniques, and population sizes to achieve efficient item allocation in bins.
Language: Python - Size: 193 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

zxwtstar/USPEX-interfaces
Some part of USPEX source code is published here to help users to interface new codes with USPEX, or debug the previous interfaces. Now, It is also possible to add new fitness functions to USPEX. This will allow users to search for any property that they want using evolutionary algorithm USPEX.
Language: MATLAB - Size: 2.78 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

roaked/snake-evolutionary-reinforcement-learning
parameter optimization of a reinforcement learning deep Q network with memory replay buffer using genetic algorithm in the snake game. base code for snake env from codecamp
Language: Python - Size: 26.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 2

morkev/genetic-algorithm-optmization
Implementation of a genetic algorithm to solve the Knapsack problem with a capacity C and a given set of N objects. The genetic fitness function sums up the profits of the objects in the Knapsack.
Language: Python - Size: 43 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

tiagofmartins/processing_meets_python
Simple (archaic) method to transfer images from Processing to Python and get their evaluation or fitness in return
Language: Processing - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Neil-Rayu/Genetc-Algo-Sunflower
This is a simulation of sunfllowers evolution given certain evniormental conditions, it is simulated via a genetic algorthim using a loss/fitness function, corssing over and other biological mechanisms.
Language: JavaScript - Size: 138 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

z-sheb/aco-bin-packing
Implementation and evaluation of the Ant Colony Optimization algorithm on the bin-packing problem
Language: Jupyter Notebook - Size: 261 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

leilibrk/EvolutionaryGame
Neuroevolutionary game.
Language: Python - Size: 1.83 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

xecyborg/GA-optimization-for-FS
Code for optimization of GA for feature selection
Language: Jupyter Notebook - Size: 746 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

voytas75/genetic-algorithm
Powershell module for genetic algorithm.
Language: PowerShell - Size: 191 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

cetiners/human_error
A genetic algorithm utilising noise maps to create a blueprint for proceduraly generated content in traditional RPGs..
Language: Jupyter Notebook - Size: 409 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

amirisback/ai-genetic-algorithm
Implement Genetic Algorithm and Decision Tree
Language: Java - Size: 978 KB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

jofaval/frontend-fitness-functions
Fitness Functions oriented for Frontend Development
Language: TypeScript - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Sarah-Hesham-2022/Optimizing-Smooth-Curve-Fitting-Problem-Using-Genetic-Algorithms
Genetic Algorithms techniques in solving a searching problem for optimization.
Language: Python - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Sarah-Hesham-2022/Optimizing-KnapSack-Using-Genetic-Algorithms
Genetic Algorithms techniques in solving a searching problem for optimization.
Language: Python - Size: 207 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Prroffessorr/Travelling-Salesman-Problem-TSP-
Решение проблемы коммивояжера с возможностью обработки файлов kml и дальнейшее построение кратчайшего пути в google earth
Language: C# - Size: 7.81 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

nishnash54/FABSO
Implementation of the Fitness-Distance-Ratio Archive-Based Swarm Optimization (FABSO) algorithm
Language: Python - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

underwaterjesus/CS4106_Genetic_Algorithm 📦
CS4106 Genetic Algorithm project. Use a genetic algorithm to minimize graph edge crossings.
Language: Java - Size: 1.46 MB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ashkanmradi/Many-Objective-Cooperative-Bat-Searching-Algorithm
Implementing Many objective cooperative bat searching algorithm paper to optimize problems with different objective functions.
Language: Python - Size: 149 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 2

MuballighHossain/Genetic-Algorithm-Python
Suppose, you are the owner of a bank that operates in a strange way. Customers can lend money from your bank (just like a normal bank) and they can also deposit money in your bank. A register is maintained to track the daily transactions. However, being the strange owner of a strange bank, you have a fascination with finding out whether a portion of your daily transactions (in/out) balance out to zero.
Language: Python - Size: 605 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

killerzman/Cpp-ArtificialBeeColony
C++ implementation of Artificial Bee Colony
Language: C++ - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

Quekaey/gymhero
Fitness Exercises App using two separate APIs! With the functionality to choose exercise categories and specific muscle groups, browse more than one thousand exercises with practical examples, pagination, exercise details, pull related videos from YouTube, display similar exercises, and much more.
Language: JavaScript - Size: 4.47 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

luisarojas/genetic-alg
Parallelized genetic algorithm implementation using pthreads and java-concurrency.
Language: C - Size: 988 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

giakou4/optimization
Language: MATLAB - Size: 10.9 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jranaraki/DependencyDegree
This is an implementation of Fuzzy Rough Dependency Degree (FRDD) to calculate the importance of selected feautres
Language: Matlab - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

TariqSaiyad/Flappy-Dot-AI
Neural Network implementation of Flappy Dot
Language: JavaScript - Size: 169 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

electroma/tslint-forbidden-imports
TSLint rule to control dependencies between project modules
Language: TypeScript - Size: 157 KB - Last synced at: 19 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0
