Worker empire optimizer for BDO using HiGHS mip solver.
Project description
bdo-empire
About
Given a contribution point limit and price list this program will find the optimum allocation of the points to maximize a Worker Node Empire's value.
It
- generates a json file to import into Workerman
- uses workers of level 40.
- uses workers with optimum skills learned.
- assumes all drops are sent to storage with zero cost (Calpheon).
and, when specified, it
- accounts for workshop lodging cost but not profits or the workshop itself.
- accounts for grinding node connections.
- extends lodging and worker nodes from a base empire exported from Workerman.
It does not
- account for CP spent outside of the Node Empire.
This program uses the HiGHS High Performance Optimization Software to solve the MIP using branch and cut. The parameters chosen guarantee the result is within 0.01% of the optimum value but in practice it is optimum for all test cases used during the development and testing of the model.
NOTE: Every change in input or options can alter the runtime! There is no real average but empirically budgets of ~350 or ~600 take the longest and all of the bench cases for v0.5.0 complete in < 30 minutes when testing every increment of 25 from 50 to 625. The vast majority of those completed nearer to 10 minutes or less. Good luck, be patient, and if needed use the 'stop' button to use the best solution found so far.
Installation
Using pipx: pipx install bdo-empire
Using pip: pip install bdo-empire
Usage
Requirements
- python >= 3.12
- an exported price list* from Workerman settings page.
- optional; an exported modifiers list from Workerman modifiers page
(click
▶Advanced). - optional; an exported 'base' empire from the Workerman page.
* Use the 'reload' button on workerman's setting page prior to exporting.
Start the program
Installed using pipx: empire-optimizer.exe
Installed using pip: python -m bdo_empire.main
Fill in the required fields, click Optimize and then wait.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bdo_empire-0.5.1.tar.gz.
File metadata
- Download URL: bdo_empire-0.5.1.tar.gz
- Upload date:
- Size: 434.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
302d077503954db617e91089a99ff45ca2272bbd71b34acec60a25a97a93e1f6
|
|
| MD5 |
a83c4dbda9ecc19f6eeb82126ff73862
|
|
| BLAKE2b-256 |
a405ee895ae270486ff47871dcaad2d1e4d267cf4bf0798a12cdbde0ba2ae31a
|
File details
Details for the file bdo_empire-0.5.1-py3-none-any.whl.
File metadata
- Download URL: bdo_empire-0.5.1-py3-none-any.whl
- Upload date:
- Size: 479.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a3489352fd28c1d3c56828050fb9b7e942657deabeaa608b87841dbc2e5282
|
|
| MD5 |
31bc519567be39b4860b88c2f28d2802
|
|
| BLAKE2b-256 |
614d1f709e12f651379b39b19a7603f36e0be24e35a8072c84e916d8abd85a96
|