Skip to content

Commit

Permalink
changed top eggs metric
Browse files Browse the repository at this point in the history
  • Loading branch information
nebogeo committed Mar 20, 2014
1 parent 34353cd commit eb08bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db.ss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
db (string-append
"select e.genotype, e.individual_fitness, e.id, e.replicate, e.generation from egg as e "
"where e.population = ? "
"order by (e.individual_fitness + (e.generation * 0.1)) desc limit ?")
"order by (e.individual_fitness + (e.generation * 1.0)) desc limit ?")
population count)))
(if (null? s)
'()
Expand Down

0 comments on commit eb08bd1

Please sign in to comment.