Michael Dickens

Results 17 comments of Michael Dickens

Hi Ben, I'm not sure what you changed so I can't say. You can change the way layouts get printed by modifying this function: https://github.com/michaeldickens/Typing/blob/master/keyboard.c

Hi Philippe, The optimizer uses ASCII, not Unicode, which means it doesn't support those French characters. There's a trick you might be able to use to get around this. You...

There does not. I'll add it to my list of to dos. Did you have any particular sorts of tests in mind?

That could be useful, although it would have to be changed every time the fitness variables change. I can't think of an easy way to do that off the top...

Certainly don't feel like you have to, but if you want to set up some tests to demonstrate that with the Typing program, I'd like to see it. On 2/12/13...

It's fairly simple. Every digraph has an associated number that indicates the relative frequency of the digraph. calcFitness() calls a series of functions to calculate the fitness and then multiplies...

The default value for numStart should be -1, to indicate that '1' was not found. On 7/30/12 12:31 PM, FrankDMartinez wrote: > Hi, > Presuming `keysToInclude` does not contain `'1'`,...