-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
33 lines (32 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<link href="https://episphere.github.io/gps/gps.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<hr>
<h1>
<b style="font-family:fantasy">f<sub>min</sub> Search</b>
<br>
<sup style="font-size:small;font-weight:bold">
[<a href="https://github.com/jonasalmeida/fminsearch" target="_blank">Code</a>
] [<a href="https://observablehq.com/@jonasalmeida/fminsearch" target="_blank">Notebook</a>
] [<a href="https://github.com/jonasalmeida/fminsearch/issues" target="_blank">Issues</a>
] [<a href="https://github.com/jonasalmeida/fminsearch/wiki/fminSearch" target="_blank">Docs</a>
]
</sup>
</h1>
<hr>
<h3>Examples </h3>
<select>
<option>sigmoid</option>
<option>...</option>
</select>
<table>
<tr><td style="vertical-align:top"><textarea id="textAreaData" style="height:500"></textarea></td><td style="vertical-align:top"><div>graph</div></td></tr>
</table>
</head>
<body>
</body>
<script src="index.js"></script>
<script src="fminsearch.js"></script>
</html>