TierOptimizer | Genetic algorithm to find the best teams in a pokemon tier
kandi X-RAY | TierOptimizer Summary
kandi X-RAY | TierOptimizer Summary
TierOptimizer is a Python library. TierOptimizer has no bugs, it has no vulnerabilities and it has low support. However TierOptimizer build file is not available. You can download it from GitHub.
More than an utility, this is a proof of concept. It's a python script that receives a tier listing and through a genetic algorythm makes a ranking of the best sets of pokemons in the tier. For low complexity fitting (only attending to type weakness, type diversity and overall stats) it's easy as it gets. Genes of 6 elements, one for each pokemon then fit the population and make a ranking. As the fitting function can be altered and parametrized this can reach high levels of complexity if I decide to start taking into account type coverage and role diversity, maybe even strategies, but for this I may have to include some deeper level of knowledge through something like answer set programming. ##Setup You need python 3.4 or greater installed and in the system's PATH. Other than that you also need the requests module. To get it just: pip install requests and done. The GUI version of the program runs on Qt so if you also want to use it, you need 'pySide', to get it use: pip install pyside. ##Running Right now there aren't any binaries or makefile, just a couple of python of scripts which you can run. There aren't any command line parameters yet, but there's a configuration file lib/Const.py which you can edit to change the behaviour of the script and the console output. The names of the constants are pretty much self-explanatory.
More than an utility, this is a proof of concept. It's a python script that receives a tier listing and through a genetic algorythm makes a ranking of the best sets of pokemons in the tier. For low complexity fitting (only attending to type weakness, type diversity and overall stats) it's easy as it gets. Genes of 6 elements, one for each pokemon then fit the population and make a ranking. As the fitting function can be altered and parametrized this can reach high levels of complexity if I decide to start taking into account type coverage and role diversity, maybe even strategies, but for this I may have to include some deeper level of knowledge through something like answer set programming. ##Setup You need python 3.4 or greater installed and in the system's PATH. Other than that you also need the requests module. To get it just: pip install requests and done. The GUI version of the program runs on Qt so if you also want to use it, you need 'pySide', to get it use: pip install pyside. ##Running Right now there aren't any binaries or makefile, just a couple of python of scripts which you can run. There aren't any command line parameters yet, but there's a configuration file lib/Const.py which you can edit to change the behaviour of the script and the console output. The names of the constants are pretty much self-explanatory.
Support
Quality
Security
License
Reuse
Support
TierOptimizer has a low active ecosystem.
It has 1 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
TierOptimizer has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of TierOptimizer is current.
Quality
TierOptimizer has 0 bugs and 0 code smells.
Security
TierOptimizer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
TierOptimizer code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
TierOptimizer does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
TierOptimizer releases are not available. You will need to build from source code and install.
TierOptimizer has no build file. You will be need to create the build yourself to build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed TierOptimizer and discovered the below as its top functions. This is intended to give you an instant insight into TierOptimizer implemented functionality, and help decide if they suit your requirements.
- Setup the UI .
- Determine the type of damage relations
- Generate next generation .
- Check if the initial population is complete .
- Generate random Pokemon team .
- Returns the team score .
- Main function .
- Fetch Pokemon .
- Fetch the name of a POKE
- Fetches a type by name .
Get all kandi verified functions for this library.
TierOptimizer Key Features
No Key Features are available at this moment for TierOptimizer.
TierOptimizer Examples and Code Snippets
No Code Snippets are available at this moment for TierOptimizer.
Community Discussions
No Community Discussions are available at this moment for TierOptimizer.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install TierOptimizer
You can download it from GitHub.
You can use TierOptimizer like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use TierOptimizer like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page