Ben Green

Results 2 issues of Ben Green

Great package but I just noticed a bug with the the score in certain situations. If I run `damerauLevenshtein('some string', 'another one but longer', deleteWeight=1, insertWeight=3, replaceWeight=6, swapWeight=6, similarity=True)` I...

At the moment `from pygad import GA` causes matplotlib to be imported. Matplotlib is quite a heavy import that I'd rather avoid if possible when running some code in a...