29
29
< meta property ="article:published_time " content ="2019-11-17 " />
30
30
31
31
< meta property ="og:type " content ="website " />
32
- < meta property ="og:title " content ="Interactive Optimization Methods | Ezequiel Leonardo Castaño Personal Website " />
32
+ < meta property ="og:title "
33
+ content ="Interactive Optimization Methods | Ezequiel Leonardo Castaño Personal Website " />
33
34
< meta property ="og:description "
34
35
content ="An index with different Interactive Optimization Methods, both gradient based and gradient Free " />
35
36
< meta property ="og:site_name " content ="Ezequiel Leonardo Castaño Personal Website " />
36
37
< meta property ="og:url " content ="https://elc.github.io/interactive-optimization/ " />
37
38
< meta property ="og:image " content ="https://elc.github.io/interactive-optimization/media_image.png " />
38
39
39
40
< meta name ="twitter:card " content ="summary ">
40
- < meta name ="twitter:title " content ="Interactive Optimization Methods | Ezequiel Leonardo Castaño Personal Website ">
41
+ < meta name ="twitter:title "
42
+ content ="Interactive Optimization Methods | Ezequiel Leonardo Castaño Personal Website ">
41
43
< meta name ="twitter:description "
42
44
content ="An index with different Interactive Optimization Methods, both gradient based and gradient Free ">
43
45
< meta name ="twitter:url " content ="https://elc.github.io/interactive-optimization/ ">
@@ -75,25 +77,33 @@ <h2 class="option__title">Gradient Based</h2>
75
77
76
78
< section class ="option window ">
77
79
< h2 class ="option__title "> Gradient Free</ h2 >
78
- < button class ="button button--disable " onclick =""> Differential Evolution< br > < small > Work In Progress</ small > </ button >
79
- < button class ="button button--disable " onclick =""> Simulated Annealing< br > < small > Work In Progress</ small > </ button >
80
- < button class ="button button--disable " onclick =""> Nelder–Mead< br > < small > Work In Progress</ small > </ button >
81
- < button class ="button button--disable " onclick =""> Particle Swarm< br > < small > Work In Progress</ small > </ button >
80
+ < button class ="button button--disable " onclick =""> Differential Evolution< br > < small > Work In
81
+ Progress</ small > </ button >
82
+ < button class ="button button--disable " onclick =""> Simulated Annealing< br > < small > Work In
83
+ Progress</ small > </ button >
84
+ < button class ="button button--disable " onclick =""> Nelder–Mead< br > < small > Work In
85
+ Progress</ small > </ button >
86
+ < button class ="button button--disable " onclick =""> Particle Swarm< br > < small > Work In
87
+ Progress</ small > </ button >
82
88
</ section >
83
89
84
90
< div class ="option option--multiple ">
85
91
< section class ="window option--multiple__window ">
86
92
< h2 class ="option__title "> Sampling Based</ h2 >
87
- < button class ="button button--disable " onclick =""> Grid Search< br > < small > Work In Progress</ small > </ button >
88
- < button class ="button button--disable " onclick =""> Random Search< br > < small > Work In Progress</ small > </ button >
89
- < button class ="button button--disable " onclick =""> Latin Hypercube< br > < small > Work In Progress</ small > </ button >
93
+ < button class ="button button--disable " onclick =""> Grid Search< br > < small > Work In
94
+ Progress</ small > </ button >
95
+ < button class ="button button--disable " onclick =""> Random Search< br > < small > Work In
96
+ Progress</ small > </ button >
97
+ < button class ="button button--disable " onclick =""> Latin Hypercube< br > < small > Work In
98
+ Progress</ small > </ button >
90
99
</ section >
91
100
92
101
< section class ="window option--multiple__window ">
93
102
< h2 class ="option__title "> Auxiliary</ h2 >
94
103
< button class ="button " onclick ="toggle('Newton-Raphson') "> Newton Raphson</ button >
95
- < button class ="button button--disable " onclick =""> Line Search< br > < small > Work In Progress</ small > </ button >
96
- </ section >
104
+ < button class ="button button--disable " onclick =""> Line Search< br > < small > Work In
105
+ Progress</ small > </ button >
106
+ </ section >
97
107
</ div >
98
108
</ div >
99
109
< footer class ="footer window ">
@@ -142,7 +152,7 @@ <h2 class="option__title">Auxiliary</h2>
142
152
Index</ button >
143
153
< iframe src ="https://elc.github.io/newton-method/ " class ="frame--secondary "> </ iframe >
144
154
</ section >
145
-
155
+
146
156
<!-- Google Analytics -->
147
157
< script >
148
158
( function ( i , s , o , g , r , a , m ) {
@@ -160,6 +170,16 @@ <h2 class="option__title">Auxiliary</h2>
160
170
ga ( "send" , "pageview" ) ;
161
171
</ script >
162
172
173
+ <!-- Google tag (gtag.js) -->
174
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-Y3GBPLEV2K "> </ script >
175
+ < script >
176
+ window . dataLayer = window . dataLayer || [ ] ;
177
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
178
+ gtag ( 'js' , new Date ( ) ) ;
179
+
180
+ gtag ( 'config' , 'G-Y3GBPLEV2K' ) ;
181
+ </ script >
182
+
163
183
</ body >
164
184
165
185
</ html >
0 commit comments