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 +4 -4
- data/.semver +1 -1
- data/Gemfile +3 -2
- data/Gemfile.lock +36 -0
- data/README.rdoc +32 -2
- data/app/css/dashboard/linechart.sass +1 -1
- data/app/images/population_sprite.050.png +0 -0
- data/app/images/population_sprite.100.png +0 -0
- data/app/images/population_sprite.200.png +0 -0
- data/app/images/population_sprite.svg +7088 -0
- data/app/images/rubyneat_icon.svg +1357 -0
- data/app/js/dashboard/controllers/population_controller.coffee +8 -5
- data/app/js/dashboard/directives/critter_genotype_topology.coffee +1 -1
- data/app/js/dashboard/directives/critter_ice.coffee +5 -0
- data/app/js/dashboard/directives/critter_phenotype_topology.coffee +1 -1
- data/app/js/dashboard/directives/critter_sandbox.coffee +5 -0
- data/app/js/dashboard/directives/population_brigade.coffee +65 -0
- data/app/js/dashboard/directives/population_progress_chart.coffee +4 -3
- data/app/js/dashboard/directives/population_window.coffee +5 -0
- data/app/js/dashboard/services/population_service.coffee +15 -0
- data/lib/rubyneat_dashboard.rb +4 -3
- data/rubyneat_dashboard.gemspec +21 -6
- data/views/overview.haml +31 -6
- data/views/population/home.haml +8 -26
- metadata +42 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 792c4feb58f7b1fb42ae0bdbf5c2095a46976d93
|
4
|
+
data.tar.gz: da6aa09bd98c13a86876097c3f01420e78e3716e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0917c57087cfa23b53dcc69db159630e9fbc62c2ccc6c8df135dc18fcc6d5fb4969e539026577e353517a9b51b1318c2d00b103c77f3d8ec59d4499d7c1b26a
|
7
|
+
data.tar.gz: a182112510a76158a30e9c8297bf2025743f67834700045da052885acc4314c5183f8c2c5d11148d3ffd81ac1bbf4a5533ad8ef506a7c1da2c07211644e69f78
|
data/.semver
CHANGED
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
|
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
|
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>
|
Binary file
|
Binary file
|
Binary file
|