Download Latest Version qoptifleet_1.3_smallscreen.zip (6.0 MB)
Email in envelope

Get an email when there's a new version of Optifleet - ogame OPTImizer of FLEET

Home / archive
Name Modified Size InfoDownloads / Week
Parent folder
qoptifleet_1.3_mini_DEFECTIVE.zip 2013-04-07 6.0 MB
qoptifleet_1.2.5_linux64.tgz 2013-04-02 4.5 MB
qoptifleet_1.2.5.zip 2013-04-02 6.0 MB
qoptifleet_1.2.1_linux64.tgz 2013-01-14 4.4 MB
qoptifleet_1.2.1.zip 2013-01-14 6.0 MB
qoptifleet_1.2_linux.tgz 2013-01-07 1.6 MB
qoptifleet1.2.zip 2013-01-07 6.0 MB
qoptifleet_1.1.zip 2012-12-31 5.9 MB
qoptifleet1.0preview2_win.zip 2012-08-05 6.9 MB
qoptifleet1.0predoc_win.zip 2012-07-30 1 Byte
qoptifleet1.0RC8_win.zip 2012-07-26 6.9 MB
qoptifleet_1.0RC7_win.zip 2012-07-23 6.9 MB
qoptifleet1.0RC6_win_ALT.zip 2012-07-21 6.3 MB
qoptifleet1.0RC5_win_ALTERNATIVE.zip 2012-07-19 6.2 MB
qoptifleet1.0RC5_win.zip 2012-07-17 6.2 MB
qoptifleet_1.0RC4_win.zip 2012-07-14 6.1 MB
qoptifleet_1.0RC4_linux.zip 2012-07-14 634.3 kB
qoptifleet_RC3_win.zip 2012-07-14 6.1 MB
qoptifleet_RC3_linux.zip 2012-07-14 633.7 kB
qoptifleet_RC2_linux.zip 2012-07-14 633.7 kB
results_sample.zip 2012-06-26 622.1 kB
Totals: 21 Items   94.4 MB 0
######################################
# Common problem: window is too big and You cannot see whole? Try _smallscreen version
######################################

Optifleet - OGame Fleet Optimizer
The goal of the program is to find "optimal" fleet to attack given enemy, under some constraints.
If lang.ini file with unicode(utf8) encoding is present in directory, speedsim-format translation is loaded

All the values are converted into metal using ratios, average values from multiple simulations are used

Terms:
Plunder - resources plundered from defender. In case of draw it's 0.
ValueA - cost of producing attacker's fleet, 
ValueD - cost of producing defender's fleet, 
LossA - value of units lost by attacker in battle
LossD - value of units lost by defender in battle
Fuel - deuterium used as a fuel for flight of attacker's fleet

Budget - maximum ValueA allowed.

NetGain := Plunder + Debris*a:debrisForAttacker - LossA - Fuel
Profit := NetGain/ValueA

The objective is to maximize profit rate(profit/fleetValue) if maximizeNetGain=0, otherwise to maximize NetGain(raw profit)

Constraints:
    * ValueA < Budget
    * LossD >= <minimumEnemyLoss>% ValueD\

a:budget - user configurable value - maximum ValueA allowed. For a:budget=X:
* X<0 means Budget=|X|*ValueD.
* X=0 means unlimited Budget (set limits manually!)
* X>0 means Budget=X

Final parameters:
* sim:trialsCount is "run program that many times independently and take best result"
* sim:evalLimit is very internal setting, "how many fleets to check"(normally <1000 could make results worse and 2000 should be enough, but in "hard cases" it might be worth increasing to 4000, it's not default as it increases calculations time)
* sim:simulations is just number of simulations of each battle. final report is with 100 simulations but during search approximate result is rather enough

Source: README.txt, updated 2013-08-07