rubyneat 0.4.6 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95a6f2a42dab29be7ddf9b258e50d8e7d57a937a
4
- data.tar.gz: 216565b37ed08a9ec11044d47fe362f16943b5fc
3
+ metadata.gz: 91f2fc8bce8a346c9bf69826d6fe7a83fe6d8884
4
+ data.tar.gz: 25ab5fcbcc885f5f81246e2cf2849a9e8ef07a5c
5
5
  SHA512:
6
- metadata.gz: 326f054e5a2abb475f14a3f86c33e875fd3b8a1cb60b0fd31498f9fe004913bcfef5ba69205a6dc8843214a44b0808196ece287b050715808f2146f9ef4ef654
7
- data.tar.gz: e47a4abeae9401c60c67b8d593b67d890dd23210f63d2ba53dec605f35481a793b4dff8e38306545134a606ac4a6100a1df2806cbbddede38a3f544b675f39ba
6
+ metadata.gz: 3440083db1a039c579e1b9565b014959eb2ebcf2038a4fd01f4c1c5a536c14defbefe04a310627cd562a547fdc65c56b0b90d8c3f5ead2f79e474acbd069f98a
7
+ data.tar.gz: f668b26e90dc3156e5aa6386e02e2c58a17e0dac6fc8370b308a0a52de35ce477e05c8715689daa0f3061638564dc1ef4e836028235f9be7e4c0fe81734948cd
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 6
4
+ :patch: 5
5
5
  :special: ''
data/Gemfile CHANGED
@@ -20,7 +20,7 @@ gem "json", "~> 2.0", ">= 2.0.2"
20
20
  gem 'bond', '~> 0'
21
21
  gem 'rb-readline', '~> 0'
22
22
  gem 'queue_ding', '>= 0'
23
- gem 'semver2', '~> 3'
23
+ gem 'semver', '~> 1'
24
24
 
25
25
  group :development do
26
26
  gem 'rspec', '~> 3'
@@ -22,7 +22,7 @@ GEM
22
22
  ffi (1.9.18)
23
23
  formatador (0.2.5)
24
24
  git (1.3.0)
25
- github_api (0.17.0)
25
+ github_api (0.15.0)
26
26
  addressable (~> 2.4.0)
27
27
  descendants_tracker (~> 0.0.4)
28
28
  faraday (~> 0.8, < 0.10)
@@ -45,27 +45,24 @@ GEM
45
45
  rspec (>= 2.99.0, < 4.0)
46
46
  hashie (3.5.5)
47
47
  highline (1.7.8)
48
- json (2.1.0)
49
- juwelier (2.4.5)
48
+ json (2.0.3)
49
+ juwelier (2.3.4)
50
50
  builder
51
51
  bundler (>= 1.13)
52
52
  git (>= 1.2.5)
53
53
  github_api
54
54
  highline (>= 1.6.15)
55
- kamelcase (~> 0)
56
55
  nokogiri (>= 1.5.10)
57
56
  psych (~> 2.2)
58
57
  rake
59
58
  rdoc
60
59
  semver2
61
60
  jwt (1.5.6)
62
- kamelcase (0.0.0)
63
- semver2 (~> 3)
64
61
  listen (3.1.5)
65
62
  rb-fsevent (~> 0.9, >= 0.9.4)
66
63
  rb-inotify (~> 0.9, >= 0.9.7)
67
64
  ruby_dep (~> 1.2)
68
- lumberjack (1.0.12)
65
+ lumberjack (1.0.11)
69
66
  method_source (0.8.2)
70
67
  mime-types (2.99.3)
71
68
  mini_portile2 (2.1.0)
@@ -73,7 +70,7 @@ GEM
73
70
  multi_xml (0.6.0)
74
71
  multipart-post (2.0.0)
75
72
  nenv (0.3.0)
76
- nokogiri (1.7.2)
73
+ nokogiri (1.7.1)
77
74
  mini_portile2 (~> 2.1.0)
78
75
  notiffany (0.1.1)
79
76
  nenv (~> 0.1)
@@ -93,39 +90,40 @@ GEM
93
90
  aquarium (~> 0)
94
91
  json (~> 2.0, >= 2.0.2)
95
92
  semver2 (~> 3)
96
- rack (2.0.3)
93
+ rack (2.0.1)
97
94
  rake (12.0.0)
98
95
  rb-fsevent (0.9.8)
99
96
  rb-inotify (0.9.8)
100
97
  ffi (>= 0.5.0)
101
98
  rb-readline (0.5.4)
102
99
  rdoc (5.1.0)
103
- rspec (3.6.0)
104
- rspec-core (~> 3.6.0)
105
- rspec-expectations (~> 3.6.0)
106
- rspec-mocks (~> 3.6.0)
107
- rspec-core (3.6.0)
108
- rspec-support (~> 3.6.0)
109
- rspec-expectations (3.6.0)
100
+ rspec (3.5.0)
101
+ rspec-core (~> 3.5.0)
102
+ rspec-expectations (~> 3.5.0)
103
+ rspec-mocks (~> 3.5.0)
104
+ rspec-core (3.5.4)
105
+ rspec-support (~> 3.5.0)
106
+ rspec-expectations (3.5.0)
110
107
  diff-lcs (>= 1.2.0, < 2.0)
111
- rspec-support (~> 3.6.0)
112
- rspec-mocks (3.6.0)
108
+ rspec-support (~> 3.5.0)
109
+ rspec-mocks (3.5.0)
113
110
  diff-lcs (>= 1.2.0, < 2.0)
114
- rspec-support (~> 3.6.0)
115
- rspec-support (3.6.0)
111
+ rspec-support (~> 3.5.0)
112
+ rspec-support (3.5.0)
116
113
  ruby_dep (1.5.0)
114
+ semver (1.0.1)
117
115
  semver2 (3.4.2)
118
116
  shellany (0.0.1)
119
117
  simplecov (0.14.1)
120
118
  docile (~> 1.1.0)
121
119
  json (>= 1.8, < 3)
122
120
  simplecov-html (~> 0.10.0)
123
- simplecov-html (0.10.1)
121
+ simplecov-html (0.10.0)
124
122
  slop (3.6.0)
125
123
  statistics2 (0.54)
126
124
  thor (0.19.4)
127
125
  thread_safe (0.3.6)
128
- yard (0.9.9)
126
+ yard (0.9.8)
129
127
 
130
128
  PLATFORMS
131
129
  ruby
@@ -144,7 +142,7 @@ DEPENDENCIES
144
142
  queue_ding
145
143
  rb-readline (~> 0)
146
144
  rspec (~> 3)
147
- semver2 (~> 3)
145
+ semver (~> 1)
148
146
  simplecov (~> 0)
149
147
  statistics2 (~> 0)
150
148
  thor (~> 0)
data/README.md CHANGED
@@ -64,10 +64,6 @@ Neater. Eventually all will be fully documented.
64
64
 
65
65
  Release Notes
66
66
  -------------
67
- * `0.5.0`
68
-
69
- Activated elitism, fixed a few mating issues.
70
-
71
67
  * `0.3.5.alpha.7`
72
68
 
73
69
  Console made functional.
@@ -30,7 +30,6 @@ module RubyNEAT
30
30
 
31
31
  class Main < Thor
32
32
  class_option :verbose, type: :numeric, banner: '[1|2|3]', aliases: '-v'
33
- class_option :logging, type: :string, banner: '[info|warn|err|debug]', aliases: ['--log', '-l']
34
33
 
35
34
  desc 'list <type>', 'List the requested type.'
36
35
  subcommand 'list', List
@@ -11,12 +11,14 @@ require 'queue_ding'
11
11
 
12
12
  The RubyNEAT system incorporates the basis of the NEAT algorithm. Flexibility
13
13
  is the key here, allowing RubyNEAT to be leverage in a variety of applications.
14
+
15
+ === Requirements
16
+ We make no effort to support Ruby versions less than 2.0.0. I know this will
17
+ be a problem to some, but you are strongly urged to upgrade.
14
18
  =end
15
19
 
16
- if $log.nil?
17
- $log = Logger.new(STDOUT)
18
- $log.level = Logger::INFO
19
- end
20
+ $log = Logger.new(STDOUT)
21
+ $log.level = Logger::INFO
20
22
  AwesomePrint.defaults = { plain: true }
21
23
 
22
24
  =begin rdoc
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rubyneat 0.4.6 ruby lib
5
+ # stub: rubyneat 0.5.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rubyneat".freeze
9
- s.version = "0.4.6"
9
+ s.version = "0.5.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Fred Mitchell".freeze]
14
- s.date = "2017-05-19"
14
+ s.date = "2017-04-16"
15
15
  s.description = "\n RubyNEAT -- Neural Evolution of Augmenting Topologies for Ruby.\n By way of an enhanced form of Genetic Algorithms -- the NEAT algorithm,\n populations of neural nets are evolved to handle pre-defined goals.\n\n RubyNEAT is the first implementation of the NEAT algorithm for Ruby, and\n it leverages Ruby's power to implement the NEAT algorithm in a way that would\n be difficult to do in other languages. The 'activation function' is largely\n standalone. Basically, activation is achieved by functional programming.\n\n Meaning, once your network is evolved, you can extract it as source code you\n can then utilize without the RubyNEAT engine.\n\n RubyNEAT can be used for nearly any Machine Learning task you can dream of,\n because it's also extensible and modular. See http://rubyneat.com for the\n details.\n ".freeze
16
16
  s.email = "lordalveric@yahoo.com".freeze
17
17
  s.executables = ["neat".freeze]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyneat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-19 00:00:00.000000000 Z
11
+ date: 2017-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: distribution