Skip to content

Commit aa1a61e

Browse files
author
3rdCore
committed
updated website
1 parent 8c7d791 commit aa1a61e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

SeaPearl.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Generic Graph representation</h3>
146146
<li>A <b class="term">Value</b> is part of a <b class="term">Variable</b>'s domain of definition</li>
147147
<li>A <b class="term">Variable</b> is involved in a <b class="term">Constraint</b></li>
148148
</ul>
149-
Here is a little example :
149+
Here is a little example just to get a sense of things :
150150
</tr>
151151
<br>
152152
<br>
@@ -157,7 +157,10 @@ <h3>Generic Graph representation</h3>
157157
</tr>
158158
<br>
159159
<tr>
160-
The advantage of this method is that it allows the entire information to be encoded in the graph. Each node comes with a feature vector allowing to identify -among others- the type of constraints of a Constraint node or the value of a Value node
160+
The advantage of this method is that it allows the entire information to be encoded in a structure (a graph) that can be processed by a Neural Networks. Each node comes with a feature vector allowing to identify -among others- the type of constraints of a Constraint node or the value of a Value node.
161+
<br>
162+
<br>
163+
Now that we defined our input, recall that our goal is to infer a variable/value assignation. Let's consider for the moment that the variable selection heuristic is deterministic, so that the input is the graph representation <b class="term">and</b> a variable on which to branch. This is where we are :
161164
<br>
162165
<br>
163166
My website is still under construction. I will add the end of the explanations soon :) !
@@ -172,7 +175,7 @@ <h3>Generic Graph representation</h3>
172175
Updated on: 14th September, 2022
173176

174177
<span style="float:right;">
175-
Merci, <a href="https://jonbarron.info/" target="_blank">Jon Barron</a> et <a href="https://digantamisra98.github.io/" target="_blank">Diganta Misra</a> !
178+
Merci, <a href="https://jonbarron.info/" target="_blank">Jon Barron</a> et <a href="https://github.com/digantamisra98" target="_blank">Diganta Misra</a> !
176179
</span>
177180

178181
</p>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h2>News</h2>
411411
Updated on: 14th September, 2022
412412

413413
<span style="float:right;">
414-
Merci, <a href="https://jonbarron.info/" target="_blank">Jon Barron</a> et <a href="https://digantamisra98.github.io/" target="_blank">Diganta Misra</a> !
414+
Merci, <a href="https://jonbarron.info/" target="_blank">Jon Barron</a> et <a href=https://github.com/digantamisra98" target="_blank">Diganta Misra</a> !
415415
</span>
416416

417417
</p>

0 commit comments

Comments
 (0)