simple_ga 0.0.3 → 0.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28cbc388b5b71de78fe2a8f5179a3a76318f3c4a
4
- data.tar.gz: 157a55faa55a75e49a186cc523e387d1dfc98066
3
+ metadata.gz: 62e8e4a89e5fb228518c515b580459ee4e23b3df
4
+ data.tar.gz: 9cf6c52533fcbf15e7a6d2ef93b31d1893201c81
5
5
  SHA512:
6
- metadata.gz: 0c2202f13d523eebdfc60555d2965a75f986d93d8b199fcc42ced772fe43d5e89fce2491888f2c8acc526b449276bc540f6237eab83c75a93004bda90b2b9900
7
- data.tar.gz: cd80d1a3ba0a05ac49a48e0336204fe0c84e9964daa77863b1a4390e0e28e18770383781d96b6f494400e59104b947f89b9f7381092ab4cad00aa3ae391c9a32
6
+ metadata.gz: d4dad7a086ffc1c9517b76ccece6f4128374e6a35ba4a2a39d8f2912632e5a9d84ddbe6ddbef3cc7d4ee9718ce741e9933dd1d10bbef7611f1d56d78959952d1
7
+ data.tar.gz: 2cd89c773cc6e8db40b9a4dad73b4482e83ab72696cf1b39878402050506bb14e930f376ef27b37ab7ab9f45836fd8728bfc77de42dd2f57a4e9f429296c4460
@@ -24,6 +24,7 @@ module SimpleGa
24
24
  class GeneticSearch
25
25
 
26
26
  attr_accessor :population
27
+ attr_accessor :unique_solutions
27
28
 
28
29
  def initialize(initial_population_size, generations)
29
30
  @population_size = initial_population_size
@@ -1,3 +1,3 @@
1
1
  module SimpleGa
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_ga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnson Yeap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2015-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler