rubyneat_dashboard 0.4.0.alpha.4.pre.1 → 0.4.0.alpha.6

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: 6ab6059b547e9ab0a14807a37ba1f8f4f0280e86
4
- data.tar.gz: 39094d950c3d24e517ecb03497440d3f39ad32f3
3
+ metadata.gz: 792c4feb58f7b1fb42ae0bdbf5c2095a46976d93
4
+ data.tar.gz: da6aa09bd98c13a86876097c3f01420e78e3716e
5
5
  SHA512:
6
- metadata.gz: 1df30a5913fddb84f0eaa22bc6bd9de371b8fe3a18dbfc81f5a934ad2efbd847d5923d706418049878cfccacfee0a16508c22ad9bdffe64bb5ff0d8301250015
7
- data.tar.gz: 59b9083d6081b20dca74b82be05537f78a62d1426a664f33da6b6d47f50e75f9d2161da97cc4fa6ae1e490337c96df0a521455ae3d768ab4f765f0a9794990bf
6
+ metadata.gz: d0917c57087cfa23b53dcc69db159630e9fbc62c2ccc6c8df135dc18fcc6d5fb4969e539026577e353517a9b51b1318c2d00b103c77f3d8ec59d4499d7c1b26a
7
+ data.tar.gz: a182112510a76158a30e9c8297bf2025743f67834700045da052885acc4314c5183f8c2c5d11148d3ffd81ac1bbf4a5533ad8ef506a7c1da2c07211644e69f78
data/.semver CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :minor: 4
4
4
  :patch: 0
5
- :special: ".alpha.4-1"
5
+ :special: ".alpha.6"
data/Gemfile CHANGED
@@ -1,6 +1,8 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem 'sinatra', '~> 1'
4
+ gem 'sinatra-assetpack'
5
+ gem 'sinatra-contrib'
4
6
  gem 'thin'
5
7
  gem 'haml', '~> 4'
6
8
  gem 'sass', '~> 3'
@@ -8,10 +10,9 @@ gem 'json', '~> 1'
8
10
  gem 'json-stream', '~> 0'
9
11
  gem 'compass'
10
12
  gem 'barista'
11
- gem 'sinatra-assetpack'
12
13
  gem 'eventmachine'
13
14
  gem 'queue_ding'
14
-
15
+ gem 'rubyneat'
15
16
  group :development do
16
17
  gem "rspec", "~> 2"
17
18
  gem "yard", "~> 0"
data/Gemfile.lock CHANGED
@@ -3,8 +3,11 @@ GEM
3
3
  specs:
4
4
  addressable (2.3.6)
5
5
  aquarium (0.5.1)
6
+ awesome_print (1.2.0)
7
+ backports (3.6.0)
6
8
  barista (1.3.0)
7
9
  coffee-script (~> 2.2)
10
+ bond (0.5.1)
8
11
  builder (3.2.2)
9
12
  chunky_png (1.3.1)
10
13
  coffee-script (2.3.0)
@@ -16,9 +19,15 @@ GEM
16
19
  fssm (>= 0.2.7)
17
20
  sass (~> 3.2.19)
18
21
  daemons (1.1.9)
22
+ debase (0.0.9)
23
+ debugger-ruby_core_source
24
+ debugger-ruby_core_source (1.3.5)
25
+ deep_dive (0.2.1)
26
+ debase
19
27
  descendants_tracker (0.0.4)
20
28
  thread_safe (~> 0.3, >= 0.3.1)
21
29
  diff-lcs (1.2.5)
30
+ distribution (0.7.1)
22
31
  docile (1.1.5)
23
32
  eventmachine (1.0.3)
24
33
  execjs (2.2.1)
@@ -34,6 +43,7 @@ GEM
34
43
  multi_json (>= 1.7.5, < 2.0)
35
44
  nokogiri (~> 1.6.3)
36
45
  oauth2
46
+ gosu (0.7.50)
37
47
  haml (4.0.5)
38
48
  tilt
39
49
  hashie (3.2.0)
@@ -71,6 +81,7 @@ GEM
71
81
  rack-test (0.6.2)
72
82
  rack (>= 1.0)
73
83
  rake (10.3.2)
84
+ rb-readline (0.5.1)
74
85
  rdoc (3.12.2)
75
86
  json (~> 1.4)
76
87
  rspec (2.99.0)
@@ -81,6 +92,20 @@ GEM
81
92
  rspec-expectations (2.99.2)
82
93
  diff-lcs (>= 1.1.3, < 2.0)
83
94
  rspec-mocks (2.99.2)
95
+ rubyneat (0.4.0.alpha.5)
96
+ aquarium (~> 0)
97
+ awesome_print (~> 1)
98
+ bond (~> 0.5)
99
+ debase (~> 0)
100
+ deep_dive (~> 0)
101
+ distribution (~> 0)
102
+ gosu (~> 0)
103
+ queue_ding
104
+ rb-readline (~> 0.5)
105
+ rubyvis (~> 0)
106
+ statistics2 (~> 0)
107
+ thor (~> 0)
108
+ rubyvis (0.6.1)
84
109
  sass (3.2.19)
85
110
  semver (1.0.1)
86
111
  simplecov (0.9.0)
@@ -97,10 +122,19 @@ GEM
97
122
  rack-test
98
123
  sinatra
99
124
  tilt (>= 1.3.0, < 2.0)
125
+ sinatra-contrib (1.4.2)
126
+ backports (>= 2.0)
127
+ multi_json
128
+ rack-protection
129
+ rack-test
130
+ sinatra (~> 1.4.0)
131
+ tilt (~> 1.3)
132
+ statistics2 (0.54)
100
133
  thin (1.6.2)
101
134
  daemons (>= 1.0.9)
102
135
  eventmachine (>= 1.0.0)
103
136
  rack (>= 1.0.0)
137
+ thor (0.19.1)
104
138
  thread_safe (0.3.4)
105
139
  tilt (1.4.1)
106
140
  yard (0.8.7.4)
@@ -120,10 +154,12 @@ DEPENDENCIES
120
154
  queue_ding
121
155
  rdoc (~> 3)
122
156
  rspec (~> 2)
157
+ rubyneat
123
158
  sass (~> 3)
124
159
  semver (~> 1)
125
160
  simplecov
126
161
  sinatra (~> 1)
127
162
  sinatra-assetpack
163
+ sinatra-contrib
128
164
  thin
129
165
  yard (~> 0)
data/README.rdoc CHANGED
@@ -38,6 +38,24 @@ what internal standards I set for myelf in the code. I make no promises here, as
38
38
  is basically my own scratchpad. That which is more formalized shall find itself migrating
39
39
  above this section. :D
40
40
 
41
+ === Current Plans
42
+
43
+ I want to create visulaizations of the populations and critters,
44
+ including the ability to interact with a critter, that is to say
45
+ being able to manipulate its input layer to see what its output
46
+ layer does, as well as the hidden activations.
47
+
48
+ We also need to work on a way to do persistence of these critters.
49
+ Currently, there is no persistence to speak of, nor is there a clean
50
+ way to save the results. All of this remains highly experimental at
51
+ the moment.
52
+
53
+ Also with persistence comes the means to extract the most fit critters
54
+ so that they can be used in production. Ideally, there should be some
55
+ means to do continuous updates. We should be able to churn out standalone
56
+ code in "any" language, as well as having a minimal engine to run them
57
+ directly.
58
+
41
59
  === D3 Directive Conventions
42
60
 
43
61
  Becuse I expect there to be a large number of directives defined here, especially for
@@ -54,7 +72,7 @@ firm them up as I move along here. But every effort will be used to avoid hard-c
54
72
  sources unless it makes sense. At worse, there may be a default datasource that can
55
73
  be overriden.
56
74
 
57
- ==== Naming Convention
75
+ ==== Naming Conventions (work ib progress)
58
76
 
59
77
  Basically, the naming convention shall be:
60
78
 
@@ -83,8 +101,20 @@ The former would simply be a list of connections and their innovation numbers,
83
101
  the latter would actually be a connected graph of the neurons and perhaps
84
102
  their weights.
85
103
 
86
- ==== Directives defined so far
104
+ ==== Active Directives
105
+ They are most likely still under development, but you
106
+ can see them now.
87
107
 
88
108
  <population-progress-chart>
109
+
110
+ ==== Upcoming Directives
111
+
112
+ <population-bridage>
113
+ <population-window>
114
+ <critter-sandbox>
115
+ <critter-ice>
116
+
117
+ ==== Defunkt Directives that may be deleted
118
+
89
119
  <critter-genotype-topology>
90
120
  <critter-phenotype-topology>
@@ -1,5 +1,5 @@
1
1
  body
2
- font: 10px sans-serif
2
+ font: 14px sans-serif
3
3
 
4
4
  .axis
5
5
  path, line