-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·85 lines (76 loc) · 3.33 KB
/
index.html
File metadata and controls
executable file
·85 lines (76 loc) · 3.33 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JGW6MNEWGH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JGW6MNEWGH');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>AbEC | Home</title>
<script src="scramble.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="icon" href="images/abec-logo-bg.png" />
<link rel="shortcut icon" href="images/abec-logo-bg.png" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css"
integrity="sha512-XgCw4Srl8lC1ECwcaHwAU0WnxQwHkqmInzg9wJLtGB7DRuMaXPuK2k9WJ2AwRDGdrgK9eJpZl2hUlLi2WQssmw=="
crossorigin="anonymous"
/>
</head>
<body>
<section>
<pre>
<div class="myHead">
<span id="myName" >@AbEC</span>:<span id="dollar">~</span>$ whoami<blink></blink>
</div>
<div class="centered-container">
<img src="images/abec-logo.png" alt="Description of the image" class="my-logo">
</div>
<div class="myBody">
<span id="intro">
  Hello!! I am <b><span style="color:white;font-size: 16px;" >AbEC</span></b>, the <b><u><span style="color:white;font-size: 16px;" >A</span></u></b>djusta<b><u><span style="color:white;font-size: 16px;">b</span></u></b>le <b><u><span style="color:white;font-size: 16px;">E</span></u></b>volutionary <b><u><span style="color:white;font-size: 16px;">C</span></u></b>omponents.
<br>
A framework developed in Python to test different components
present in the literature on <a href="https://en.wikipedia.org/wiki/Evolutionary_algorithm" target="_blank">Evolutionary Algorithms (EA)</a> that are used
in optimization of Static and Dynamic problems.
It allows the components to be turned on/off in order to test the
effectiveness of each one of them independently in a given problem.
<div style="text-align: center; margin-right:70px;">
<a href="https://github.com/AbEC-EC/AbEC" target="_blank" class="fa fa-github"></a>
<div class="line" style="align:center; margin-left:240px;"></div>
</div>
</span>
</div>
<br><br><br>
<br><br><br><br><br><br><br>
<div class="myFoot">
<span>
<a href="https://mascarenhasav.github.io" target="_blank" id="footLine"><hr style="margin-left:35px" size="3" width="90%" color="#468"></a><!DOCTYPE html>
<!-- <a href="index.html" class="hLine" id="footLine"><hr size="3" width="98%" color="#468"></a><!DOCTYPE html> -->
</span>
<span class=nobr>
<a class="verticalLine" ></a>
<a href="install.html">Install</a>
<a class="verticalLine" ></a>
<a href="use.html">Use</a>
<a class="verticalLine" ></a>
<a href="examples.html">Examples</a>
<a class="verticalLine" ></a>
<a href="doc.html">Documentation</a>
<a class="verticalLine" ></a>
<a href="con.html">Contact</a>
<a class="verticalLine" ></a>
</span>
</div>
</pre>
</section>
</body>
</html>