Ant Colony Optimisation Algorithm

FORMATSUnreal 
Free Download: Click Here

Loading

The ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. Artificial ants stand for multi-agent methods inspired by the behavior of real ants. It helps to solve various tasks, including vehicle routing, internet routing [Wiki].

Finding an optimal path with brute force on the other hand would require a lot of computer power: (n-1)!/2 variant to compare, where n is the number of agents. For 15 points it would require to compare 43,589,145,600 paths.
With this plugin will be able to find the route for the same amount of points without notice.

Technical Details
Features:
Finding an optimal path for actors in the scene;
Great for NPC’s patrolling path automation;
Editing path in the editor with WYSIWYG concept;
Adapting path to moving targets;
Multithreaded calculations will not freeze the game thread;
Included Automation tests will help you to modify the solver for your needs if you want to.
Number of Blueprints: 1
Number of C++ Classes: 6
Network Replicated: No
Supported Platforms: Win64
Example Project: 4.26, 4.27, 5.0
Notes: This plugin has limits on the size of the path it can solve. It was tested for 15 points with stable results.

https://www.unrealengine.com/marketplace/en-US/product/ant-colony-optimisation-algorithm

Reviews

There are no reviews yet.

Be the first to review “Ant Colony Optimisation Algorithm”

Your email address will not be published. Required fields are marked *

Shopping Cart
AdBlocker Image

Please disable Ad Blockers
Looks like you're using an ad blocker or popup blocker. We rely on advertising to help fund our site.