Skip to content

Instantly share code, notes, and snippets.

@Rav3nPL
Rav3nPL / gist:a5836333e0b4f3d3b5e4
Created January 13, 2015 20:25
Foldit GAB v2.2 filters
--[[
GAB - Genetic Algorithm on Bands
by Rav3n_pl
based on CartoonVillan and Crashguard303 scripts
Lua V2
Definitions:
band: randomised: start segment, end segment, length, strength
critter: set of bands
herd: set of critters
@Rav3nPL
Rav3nPL / gist:562ea3960494e9c02e7d
Last active August 29, 2015 14:13
Foldit Mutate Combo v2.1
--[[
Mutate Combo v2 by rav3n_pl
2 ways of mutate:
random:
- randomly choose sphere around mutable segment and mutate in random CI
brute force:
- check all possible aas for every mutable sgmnt
]]--