Repository navigation

#

ga

Evolutionary algorithm toolbox and framework with high performance for Python

Python
2071
3 个月前

📊 An analytics server that doesn't undermine user's privacy

JavaScript
747
7 年前

Next.js HOC to integrate Google Analytics on every page change

JavaScript
230
5 年前

这是用C++写的遗传算法,参考《智能算法 30案例分析 第2版》一书,包含TSP、LQR控制器、结合量子算法、多目标优化、粒子群等,由于原作为matlab程序,综合自己思路通过C++写出来,算是练习和开个大坑

C++
203
7 年前

基于遗传算法的BP网络设计,应用背景为交通流量的预测

MATLAB
163
6 年前

Genetic algorithm for walking simulation. Online demo: https://rossning92.github.io/genetic-algorithm/

TypeScript
134
4 年前

使用vmd算法对含有噪声的图像信号进行分解,去除掉噪声信号,将剩余信号合成,得到去噪声图像。分别使用alo、ao、ga、gwo、mpa、spo、woa算法对vmd算法中的参数进行优化,实现快速、准确的完成图像信号的分解。

MATLAB
88
2 年前

An Ensemble DL Model Tuned with Genetic Algorithm for Oil Production Forecasting.

Jupyter Notebook
68
2 年前

求解TSP问题的:蚁群算法、遗传算法、粒子群算法、模拟退火算法、禁忌搜索算法、动态规划算法、贪心算法

Java
53
3 年前

Prediction google trace data using Functional Link Neural Network and Optimization Algorithms such as GA, PSO, ABC,...

Python
49
4 年前

Utilities for server side processing of Google Analytics in Deno CLI and Deploy

TypeScript
38
2 年前

A library meant to assist during an Google Analytics implementation

JavaScript
37
2 年前

Python implementation of Tabu Search (TB), Genetic Algorithm (GA), and Simulated Annealing (SA) solving Travelling Salesman Problem (TSP). Term project of Intelligent Optimization Methods, UCAS course 070105M05002H. 禁忌搜索, 遗传算法, 模拟退火解旅行商问题的Python实现. 中国科学院大学现代智能优化方法大作业.

Python
35
3 年前

Intrusion Detection is a technique to identify the abnormal behavior of system due to attack. The unusual behavior of the environment is then identified and steps are taken and methods are formed to classify and recognize attacks. Data set containing a number of records sometimes may decrease the classifiers performance due to redundancy of data. The other problems may include memory requirements and processing power so we need to either reduce the number of data or the number of records. Feature Selection techniques are used to reduce the vertical largeness of data set. This project makes a comparative study of Particle Swarm Optimization, Genetic Algorithm and a hybrid of the two where we see that PSO being simpler swarm algorithm works for feature selection problems but since it is problem dependent and more over its stochastic approach makes it less efficient in terms of error reduction compared to GA. In standard PSO, the non-oscillatory route can quickly cause a particle to stagnate and also it may prematurely converge on sub optimal solutions that are not even guaranteed to be local optimum. A further drawback is that stochastic approaches have problem-dependent performance. This dependency usually results from the parameter settings in each algorithm. The different parameter settings for a stochastic search algorithm result in high performance variances. In this project the modification strategies are proposed in PSO using GA. Experimental results show that GA performs better than PSO for the feature selection in terms of error reduction problems whereas hybrid outperforms both the model in terms of error reduction.

MATLAB
27
8 年前

Evolving Architectures for Convolutional Neural Networks using the Genetic Algorithm

Python
27
4 年前

GA Turbulence and Transport Codes

Fortran
22
20 小时前

🧬 bp-ga algorithm implemented by pytorch

Python
20
1 年前

The Fair Analytics client API

JavaScript
20
7 年前

A library meant to assist during an Google Analytics implementation

JavaScript
19
4 年前