Smart Rockets (Genetic Alg.)

8.7 19

v5.0 by Elevati Inc.

Smart Rockets (Genetic Alg.) XAPK download Smart Rockets (Genetic Alg.) XAPK download
Download through APKFab App
Safe & Fast Install • Region Free

About Smart Rockets

Smart Rockets (Package Name: edo.genetics) is developed by Elevati Inc. and the latest version of Smart Rockets (Genetic Alg.) 5.0 was updated on March 13, 2019. Smart Rockets (Genetic Alg.) is in the category of Entertainment with the feature Education. You can check all apps from the developer of Smart Rockets (Genetic Alg.) and find 69 alternative apps to Smart Rockets (Genetic Alg.) on Android. Currently this app is for free. This app can be downloaded on Android 5.0+ on APKFab or Google Play. All APK/XAPK files on APKFab.com are original and 100% safe with fast download.
This is an app to demonstrate how a genetic algorithm works.
It basically consists of a bunch of rockets that have to reach a goal, avoiding obstacles drawn by the user.
They have to learn the path to follow to win, by trying random directions at the beginning, and then selecting the ones that best fit the solution. They also have to adapt to the changing environment, just like living beings do during the centuries.
Modifying the parameters (the population size, mutation ratio, velocity and lifetime) you can see how they affects the evolution.
How does it work:
Each rocket has a DNA that sets its trajectory (affecting his velocity at every single frame). At the beginning this is randomly generated.
At each following generation, the DNA of the rockets is built from two 'parents' from the previous generation; the chances of a rocket being a parent for the next generation is proportional to various factors: victory, chance of overtaking an obstacle, death, distance to target, etc…
Variables that affect simulation:
- Life time: number of steps allowed to the rocket before dying.
- Mutation ration: every step has that chance to change its initial DNA and take a random direction in that point.
- Number of rockets: the higher the number is the better the system will adapt.
Setting menu:
- Skip generations: disables rendering and executes the simulation at its maximum speed (showing the results in a table or charts)
- Switch to mode: allows to switch from classic to GPU-Accelerated mode and vice versa. Warning: GPU-Accelerated mode is not well supported by all devices, so it may cause errors in the app.
- Reset rockets: reset the rockets state (DNA) to their initial state (without modifying obstacles and target)
- Load/export, Save and Import: with these three buttons you can load/save simulations, or export/import file (.srk) from the device internal memory.
- Other settings: accessible from setting icon on top of the screen or by clicking back button of the device, here you can edit the simulation settings chosen at the app start.
The GPGPU feature:
This app is also developed with Android Renderscript framework, that allows to exploit the GPU advantages in terms of parallel computing. Unfortunately it isn't well supported on all devices, so it might not work well; in that case use the classic mode only.
How does it work? The tasks to execute on each rocket are done in parallel on the GPU, whose architecture is designed to deal with many tasks at the same time (just think about an image rendering, every pixel of that image has to be evaluated individually).
Genetic algorithms normally have nothing to to with graphics, but their nature fits well with parallel computing: they are an example of a particularly successful implementation of GPGPU (Generic Programming on Graphics Processing Unit)
Saving files:
The latest version uses binary files instead of plain text, that allows to reduce up to ten times the memory used and the read/write time; you will still be able to load files (not export) from old versions.
Exported files are saved in default directory SmartRockets in the root of the internal storage. We tried several file managers and you should be able to load a .srk file just clicking on it (even from Google Drive, WhatsApp or Telegram, etc...) or selecting our app in the list displayed. The only one that gave us some problems is "My Files" from Samsung, which some times didn't open the files without even showing the option "open with"; in that case you can upload to Google Drive or open it through another file manager.

Smart Rockets 5.0 Update

NEW: GPU-ACCELERATED MODE
We've developed this application on Android Renderscript, that runs on GPU to increase performance (use the "skip generations" in settings menu to notice the huge difference!)
What's that? It's called GPGPU (Generic Programming on Graphics Processing Unit), a technique that makes use of the special architecture of a GPU to execute tasks in parallel very fast
The AI is also improved, we added some new features and all graphics are renewed to get a better experience
Read More
Smart Rockets Features
Previous Versions More
Smart Rockets (Genetic Alg.)
Smart Rockets (Genetic Alg.) 5.0 XAPK APKs
June 5, 2022 4.13 MB
Variant
Arch
Version
DPI
arm64-v8a
Android 5.0+
160dpi
arm64-v8a
Android 5.0+
160dpi
armeabi-v7a
Android 5.0+
160dpi
arm64-v8a
Android 5.0+
160dpi
arm64-v8a
Android 5.0+
160dpi
armeabi-v7a
Android 5.0+
160dpi
Smart Rockets (Genetic Alg.)
Smart Rockets (Genetic Alg.) 4.3 APK
October 20, 2018 4.03 MB

Requires Android: Android 5.0+

Architecture: arm64-v8a, armeabi, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: 274aec1b4a42de9289247acb3d15b01bc3020d84

Size: 4.03 MB

What's New:

NEW: GENERATIONS SKIP
Added the possibility to avoid graphic visualization for some generations in order to speed up the simulation
NEW: ADVANCED MODE
We added a new feature, the "advanced mode" that should be able to resolve more complex paths. You can enable it in the starting screen or in the settings
The genetic engine has been improved and the new simulation mode prevents data to be lost due to system lags.
The option "screen bounds" prevents the rockets from going out of the screen.
Smart Rockets (Genetic Alg.)
Smart Rockets (Genetic Alg.) 4.2.1 APK
May 29, 2018 3.83 MB

Requires Android: Android 5.0+

Architecture: arm64-v8a, armeabi, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: f1d62f02e1d7a86d9f5a81c6bd371432de2f01bf

Size: 3.83 MB

What's New:

Bug fixes
NEW: PENCIL SIZE AND FAST FORWARD
Added the possibility to change the pencil size for better drawing obstacles, and fast forward button to speed up the simulation
NEW: FILE EXPORTING
You can now export your saved files and share them to other people or other devices, different screen sizes are supported. In addition the new files are encoded in binary format so they are much smaller so the read/write time is reduced
TABLET LAYOUTS
Improved graphic for devices with large screen
Smart Rockets (Genetic Alg.)
Smart Rockets (Genetic Alg.) 4.2 APK
May 26, 2018 3.83 MB

Requires Android: Android 5.0+

Architecture: arm64-v8a, armeabi, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: 6931e12fc2601a4aa1dfd42aa2190c8c0fb8ff41

Size: 3.83 MB

What's New:

NEW: PENCIL SIZE AND FAST FORWARD
Added the possibility to change the pencil size for better drawing obstacles, and fast forward button to speed up the simulation
NEW: FILE EXPORTING
You can now export your saved files and share them to other people or other devices, different screen sizes are supported. In addition the new files are encoded in binary format so they are much smaller so the read/write time is reduced
TABLET LAYOUTS
Improved graphic for devices with large screen
More Information

Package Name:

edo.genetics

Update Date:

Latest Version:

5.0

Need Update:

Submit latest version

Available on:

Google Play

Requirements:

Android 5.0+