python implementation of a new integer encoding algorithm.

Chris Angelico rosuav at gmail.com
Thu Feb 19 13:49:27 EST 2015


On Fri, Feb 20, 2015 at 5:41 AM, Dave Angel <davea at davea.name> wrote:
> As I (and others) have said many times, making it optimal means making some
> assumptions about the distribution of likely values.

In fact, the very word "optimal" implies that. You have to have a set
of criteria on which you base your evaluation, and those criteria will
include target data.

ChrisA



More information about the Python-list mailing list