breeder 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -13,7 +13,7 @@ module Breeder
13
13
  num = jobs_ready
14
14
  if !!@last_check && insufficient_progress?(num) && num_workers <= @max_workers
15
15
  decision = :spawn
16
- elsif !!@last_check && num < 0.5 * @last_check
16
+ elsif !!@last_check && (num < 0.8 * @last_check || num <= 1)
17
17
  decision = :reap
18
18
  else
19
19
  decision = nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breeder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: