Dave Schwantes

Results 2 comments of Dave Schwantes

I'm also using Crystalline on an M1 and built from source. Here's a 0.8 build made with Crystal 1.8.0. Hope this helps! [crystalline0.8_arm_64-apple-darwin.gz](https://github.com/elbywan/crystalline/files/11237405/crystalline0.8_arm_64-apple-darwin.gz)

Sure, you can define your `fitness` method any way you want. For example you could write something like this: ```ruby require 'darwinning' class Triple include Darwinning ... def initialize(target_sum) @target_sum...