mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-16 11:32:44 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<map id="machine_learning::aystar_search::AyStarSearch< Puzzle >" name="machine_learning::aystar_search::AyStarSearch< Puzzle >">
|
||||
<area shape="rect" id="node1" title="A class defining A* search algorithm. for some initial state and final state." alt="" coords="9,343,175,397"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="7,211,177,265"/>
|
||||
<area shape="rect" id="node3" href="$da/d70/structmachine__learning_1_1aystar__search_1_1_ay_star_search_1_1_info.html" title="Struct that handles all the information related to the current state." alt="" coords="9,93,175,148"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,5,179,31"/>
|
||||
<area shape="rect" id="node1" title="A class defining A* search algorithm. for some initial state and final state." alt="" coords="8,346,175,402"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="7,213,176,268"/>
|
||||
<area shape="rect" id="node3" href="$da/d70/structmachine__learning_1_1aystar__search_1_1_ay_star_search_1_1_info.html" title="Struct that handles all the information related to the current state." alt="" coords="8,94,175,150"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,5,178,31"/>
|
||||
</map>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: machine_learning::aystar_search::AyStarSearch< Puzzle > Pages: 1 -->
|
||||
<svg width="138pt" height="302pt"
|
||||
viewBox="0.00 0.00 138.00 302.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 298)">
|
||||
<svg width="137pt" height="306pt"
|
||||
viewBox="0.00 0.00 137.25 305.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 301.5)">
|
||||
<title>machine_learning::aystar_search::AyStarSearch< Puzzle ></title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="A class defining A* search algorithm. for some initial state and final state.">
|
||||
<polygon fill="#999999" stroke="#666666" points="127.5,-41 2.5,-41 2.5,0 127.5,0 127.5,-41"/>
|
||||
<text text-anchor="start" x="10.5" y="-29" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
|
||||
<text text-anchor="start" x="10.5" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">_search::AyStarSearch<</text>
|
||||
<text text-anchor="middle" x="65" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00"> Puzzle ></text>
|
||||
<polygon fill="#999999" stroke="#666666" points="127,-41.75 2.25,-41.75 2.25,0 127,0 127,-41.75"/>
|
||||
<text text-anchor="start" x="10.25" y="-28.25" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
|
||||
<text text-anchor="start" x="10.25" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">_search::AyStarSearch<</text>
|
||||
<text text-anchor="middle" x="64.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00"> Puzzle ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,54 +23,54 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="129,-140 1,-140 1,-99 129,-99 129,-140"/>
|
||||
<text text-anchor="start" x="9" y="-128" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< machine</text>
|
||||
<text text-anchor="start" x="9" y="-117" font-family="Helvetica,sans-Serif" font-size="10.00">_learning::aystar_search</text>
|
||||
<text text-anchor="middle" x="65" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">::AyStarSearch::Info ></text>
|
||||
<polygon fill="white" stroke="#666666" points="128.12,-142 1.12,-142 1.12,-100.25 128.12,-100.25 128.12,-142"/>
|
||||
<text text-anchor="start" x="9.12" y="-128.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< machine</text>
|
||||
<text text-anchor="start" x="9.12" y="-117.25" font-family="Helvetica,sans-Serif" font-size="10.00">_learning::aystar_search</text>
|
||||
<text text-anchor="middle" x="64.62" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">::AyStarSearch::Info ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65,-87.91C65,-72.73 65,-54.82 65,-41.43"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.5,-87.87 65,-97.87 68.5,-87.87 61.5,-87.87"/>
|
||||
<text text-anchor="middle" x="77.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00"> Final</text>
|
||||
<text text-anchor="middle" x="77.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">Initial</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M64.62,-89.19C64.62,-73.86 64.62,-55.77 64.62,-42.21"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.13,-88.77 64.62,-98.77 68.13,-88.77 61.13,-88.77"/>
|
||||
<text text-anchor="middle" x="76.62" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00"> Final</text>
|
||||
<text text-anchor="middle" x="76.62" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00">Initial</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../da/d70/structmachine__learning_1_1aystar__search_1_1_ay_star_search_1_1_info.html" target="_top" xlink:title="Struct that handles all the information related to the current state.">
|
||||
<polygon fill="white" stroke="#666666" points="127.5,-228 2.5,-228 2.5,-187 127.5,-187 127.5,-228"/>
|
||||
<text text-anchor="start" x="10.5" y="-216" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
|
||||
<text text-anchor="start" x="10.5" y="-205" font-family="Helvetica,sans-Serif" font-size="10.00">_search::AyStarSearch<</text>
|
||||
<text text-anchor="middle" x="65" y="-194" font-family="Helvetica,sans-Serif" font-size="10.00"> Puzzle >::Info</text>
|
||||
<polygon fill="white" stroke="#666666" points="127,-231 2.25,-231 2.25,-189.25 127,-189.25 127,-231"/>
|
||||
<text text-anchor="start" x="10.25" y="-217.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
|
||||
<text text-anchor="start" x="10.25" y="-206.25" font-family="Helvetica,sans-Serif" font-size="10.00">_search::AyStarSearch<</text>
|
||||
<text text-anchor="middle" x="64.62" y="-195" font-family="Helvetica,sans-Serif" font-size="10.00"> Puzzle >::Info</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65,-175.79C65,-163.99 65,-150.85 65,-140.34"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.5,-175.55 65,-185.55 68.5,-175.55 61.5,-175.55"/>
|
||||
<text text-anchor="middle" x="72.5" y="-161" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M64.62,-178.14C64.62,-166.29 64.62,-153.1 64.62,-142.5"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.13,-177.95 64.62,-187.95 68.13,-177.95 61.13,-177.95"/>
|
||||
<text text-anchor="middle" x="71.75" y="-161.75" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="130,-294 0,-294 0,-275 130,-275 130,-294"/>
|
||||
<text text-anchor="middle" x="65" y="-282" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Puzzle ></text>
|
||||
<polygon fill="white" stroke="#666666" points="129.25,-297.5 0,-297.5 0,-278.25 129.25,-278.25 129.25,-297.5"/>
|
||||
<text text-anchor="middle" x="64.62" y="-284" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Puzzle ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node4->Node3</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65,-263.66C65,-252.75 65,-239.26 65,-228.35"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.5,-263.6 65,-273.6 68.5,-263.6 61.5,-263.6"/>
|
||||
<text text-anchor="middle" x="77.5" y="-249" font-family="Helvetica,sans-Serif" font-size="10.00"> state</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M64.62,-266.92C64.62,-255.99 64.62,-242.48 64.62,-231.49"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.13,-266.89 64.62,-276.89 68.13,-266.89 61.13,-266.89"/>
|
||||
<text text-anchor="middle" x="77" y="-250.75" font-family="Helvetica,sans-Serif" font-size="10.00"> state</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user