速報APP / 教育 / GeneticSharp Unity3d Samples

GeneticSharp Unity3d Samples

價格:免費

更新日期:2018-09-22

檔案大小:29M

目前版本:0.1

版本需求:Android 4.1 以上版本

官方網站:http://diegogiacomelli.com.br/

Email:giacomelli@gmail.com

聯絡地址:隱私權政策

GeneticSharp Unity3d Samples(圖1)-速報App

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).

GeneticSharp Unity3d Samples(圖2)-速報App

https://github.com/giacomelli/GeneticSharp

GeneticSharp Unity3d Samples(圖3)-速報App

There are 3 samples in the current version:

GeneticSharp Unity3d Samples(圖4)-速報App

CAR2D

GeneticSharp Unity3d Samples(圖5)-速報App

Based on famous BoxCar2D, this sample uses a genetic algorithm to create car designs to overcome road challenges, like gaps, hills, and obstacles.

GeneticSharp Unity3d Samples(圖6)-速報App

TSP

GeneticSharp Unity3d Samples(圖7)-速報App

The classic TSP sample, but in this, we can change the cities positions while the genetic algorithm is running and see how it finds the best route.

GeneticSharp Unity3d Samples(圖8)-速報App

WALL BUILDER

This sample tries to build a higher wall using random initial bricks positions.