1 个仓库
Systems designed to evolve neural network architectures and weights using genetic algorithms.
Distinct from Neural Network Training Frameworks: Focuses specifically on evolutionary training rather than gradient-based optimization frameworks
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Neuroevolution Frameworks. Refine with filters or upvote what's useful.
FlappyLearning 是一个机器学习沙盒和神经网络训练器,旨在模拟神经进化策略。它提供了一个环境,其中人工代理使用遗传算法进行进化,以优化游戏模拟中的性能。 该系统采用神经进化种群模型,利用前馈神经网络来开发自主游戏代理。它通过基于世代的迭代来管理这些代理的进化,使用基于适应度的选择来确定哪些网络能够存活和繁殖。 该训练框架结合了随机权重变异以探索新行为,并结合了基于精英主义的保留机制,以在世代间保持表现最好的特征。用户可以调整种群规模和变异率等参数来微调学习过程。
Provides a complete framework for evolving populations of neural networks across multiple generations.