Home Editor's Choice Reviews News Alternatives TopTens Pre-Register Limited-Time Sale Hot Games Hot Apps Category APK Downloader APK Upload Chrome Extension APKFab APP Search App
Select Language

Smart Rockets (Genetic Alg.)

8.7 19

v5.0 by Elevati Inc.

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.) 5.0 XAPK APKs June 5, 2022 4.13 MB

Variant
Arch
Version
DPI
Smart Rockets (Genetic Alg.) 5.0 (502)

Requires Android: Android 5.0+

Architecture: arm64-v8a

Screen DPI: 160dpi

SHA1: c3df73ccc9c82ec3b5864f53360c289d37c28f5d

Base APK: edo.genetics.apk

Split APKs: config.ar, config.arm64_v8a, config.de, config.en, config.es, config.fr, config.hi, config.in, config.it, config.ja, config.ko, config.my, config.pt, config.ru, config.th, config.tr, config.vi, config.xxhdpi, config.zh

Size: 4.13 MB

What's New:

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
arm64-v8a
Android 5.0+
160dpi
Smart Rockets (Genetic Alg.) 5.0 (502)

Requires Android: Android 5.0+

Architecture: arm64-v8a

Screen DPI: 160dpi

SHA1: 3153c8b1b3d082a122676123ef91207abb642d04

Base APK: edo.genetics.apk

Split APKs: config.ar, config.arm64_v8a, config.de, config.en, config.es, config.fr, config.hi, config.in, config.it, config.ja, config.ko, config.my, config.pt, config.ru, config.th, config.tr, config.vi, config.xxxhdpi, config.zh

Size: 4.13 MB

What's New:

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
arm64-v8a
Android 5.0+
160dpi
Smart Rockets (Genetic Alg.) 5.0 (502)

Requires Android: Android 5.0+

Architecture: armeabi-v7a

Screen DPI: 160dpi

SHA1: dc46dbefd4770e354a3cc2875b707956b71b7209

Base APK: edo.genetics.apk

Split APKs: config.ar, config.armeabi_v7a, config.de, config.en, config.es, config.fr, config.hi, config.in, config.it, config.ja, config.ko, config.my, config.pt, config.ru, config.th, config.tr, config.vi, config.xhdpi, config.zh

Size: 4.11 MB

What's New:

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
armeabi-v7a
Android 5.0+
160dpi
Smart Rockets (Genetic Alg.) 5.0 (502)

Requires Android: Android 5.0+

Architecture: arm64-v8a

Screen DPI: 160dpi

SHA1: c97f277d898f581084350d55a96aad2594772a3f

Base APK: edo.genetics.apk

Split APKs: config.ar, config.arm64_v8a, config.bn, config.de, config.en, config.es, config.fr, config.gu, config.hi, config.in, config.it, config.ja, config.kn, config.ko, config.mr, config.my, config.pt, config.ru, config.ta, config.te, config.th, config.tr, config.vi, config.xxxhdpi, config.zh

Size: 4.2 MB

What's New:

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
arm64-v8a
Android 5.0+
160dpi
Smart Rockets (Genetic Alg.) 5.0 (502)

Requires Android: Android 5.0+

Architecture: arm64-v8a

Screen DPI: 160dpi

SHA1: e1fe896dcd48c91af6eb26bebb70d81878e2ec52

Base APK: edo.genetics.apk

Split APKs: config.ar, config.arm64_v8a, config.de, config.en, config.es, config.fr, config.hi, config.in, config.it, config.ja, config.ko, config.my, config.pt, config.ru, config.th, config.tr, config.vi, config.xhdpi, config.zh

Size: 4.12 MB

What's New:

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
arm64-v8a
Android 5.0+
160dpi
Smart Rockets (Genetic Alg.) 5.0 (502)

Requires Android: Android 5.0+

Architecture: armeabi-v7a

Screen DPI: 160dpi

SHA1: 7d94ec00643102dc2fbdbecf3cfdb5df96bbac1e

Base APK: edo.genetics.apk

Split APKs: config.ar, config.armeabi_v7a, config.de, config.en, config.es, config.fr, config.hi, config.in, config.it, config.ja, config.ko, config.my, config.pt, config.ru, config.th, config.tr, config.vi, config.xxhdpi, config.zh

Size: 3.95 MB

What's New:

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
armeabi-v7a
Android 5.0+
160dpi

Smart Rockets (Genetic Alg.) 4.3 APK October 20, 2018 4.03 MB Download

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.) 4.2.1 APK May 29, 2018 3.83 MB Download

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.) 4.2 APK May 26, 2018 3.83 MB Download

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+

Safe to Download

APKFab.com and the download link of this app are 100% safe. All download links of apps listed on APKFab.com are from Google Play Store or submitted by users. For the app from Google Play Store, APKFab.com won't modify it in any way. For the app submitted by users, APKFab.com will verify its APK signature safety before release it on our website.

Share
Share this page with your friends if you find it useful