Removing the close button for the initial pane

This commit is contained in:
2025-12-28 20:51:41 +00:00
parent bb6b6c5768
commit fd12f0255d
116 changed files with 341 additions and 325 deletions

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-12-28 Sun 20:37 -->
<!-- 2025-12-28 Sun 20:49 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ise_week_5</title>
@@ -290,9 +290,9 @@
<h2 id="org3046aac"><a href="#org3046aac">5.1 Model-Free Tuning for ORM Systems - Intelligent Software Engineering</a></h2>
<div class="outline-text-2" id="text-org3046aac">
</div>
<div id="outline-container-org1fc968f" class="outline-3">
<h3 id="org1fc968f"><a href="#org1fc968f">1. Introduction and Background</a></h3>
<div class="outline-text-3" id="text-org1fc968f">
<div id="outline-container-org46ff2ea" class="outline-3">
<h3 id="org46ff2ea"><a href="#org46ff2ea">1. Introduction and Background</a></h3>
<div class="outline-text-3" id="text-org46ff2ea">
<ul class="org-ul">
<li>This approach was proposed by Singh et al. (2016).</li>
<li>The goal is to optimize Object-Relational Mapping (ORM) systems without relying on models.</li>
@@ -386,9 +386,9 @@ Interpretation:
<h2 id="org5e9c0bc"><a href="#org5e9c0bc">5.2 Model-Free Tuning with BestConfig - Intelligent Software Engineering</a></h2>
<div class="outline-text-2" id="text-org5e9c0bc">
</div>
<div id="outline-container-orgf5e8b58" class="outline-3">
<h3 id="orgf5e8b58"><a href="#orgf5e8b58">1. Introduction and Background</a></h3>
<div class="outline-text-3" id="text-orgf5e8b58">
<div id="outline-container-org9196a2e" class="outline-3">
<h3 id="org9196a2e"><a href="#org9196a2e">1. Introduction and Background</a></h3>
<div class="outline-text-3" id="text-org9196a2e">
<ul class="org-ul">
<li>BestConfig is a model-free configuration tuning system proposed by <b><b>Zhu et al. (2017)</b></b>.</li>
<li>It focuses on tuning for <b><b>a single performance objective</b></b> (e.g., throughput, latency).</li>