COAUTHOR BRIEF · 10-SEED CHECKPOINT

What a permutation model learns depends on what we ask it to optimize.

The same makespan can hide radically different flow time. The question is not simply which EDA wins—but which representation preserves useful disagreement when objectives conflict.

Working thesis

COIN may converge more slowly on a scalar landscape, yet positive–negative structural learning can become an advantage on a Pareto surface.
SinglemixedMOpromising
Taillard permutation flow shopPopulation 100 · 400 generations

research tension

Equal makespan does not mean equal schedules.

A

Makespan

When does the final job leave the final machine?

B

Total flow time

How long does every job remain inside the system?

Two permutations can tie on A while separating strongly on B. Multi-objective analysis exposes structure erased by a scalar score.
10-seed checkpointEDA-only · equal population and generations

flow-shop objective

Makespan

M1
J1J2J3J4
M2
J1J2J3J4
M3
J1J2J3J4
time completion events
Cmax = C(n,m)

How soon does the complete production schedule finish?

What the objective measures

Makespan is the completion time of the last scheduled job on the final machine. It emphasizes the critical path and the end of the schedule rather than the experience of every job.

Representation hypothesis

Adjacency can preserve transitions that compress the critical path. Starting-node information may matter when early blocking propagates through many machines.

10-seed checkpointEDA-only · equal population and generations

flow-shop objective

Total flow time

M1
J1J2J3J4
M2
J1J2J3J4
M3
J1J2J3J4
time completion events
TFT = Σᵢ₌₁ⁿ C(i,m)

How long do all jobs remain in the production system?

What the objective measures

Total flow time sums the final-machine completion time of every job. Moving several jobs earlier can improve TFT even when the final makespan remains unchanged.

Representation hypothesis

Absolute position carries direct signal because every early completion contributes repeatedly to the sum. Node-position models should therefore have a natural advantage.

10-seed checkpointEDA-only · equal population and generations

flow-shop objective

Internal machine idle time

M1
J1J2J3J4
M2
J1J2J3J4
M3
J1J2J3J4
time completion events
Iinternal = Σₖ [C(n,k) − S(1,k) − Σᵢ p(i,k)]

Where does productive work stop between the first start and the last completion on each machine?

What the objective measures

The evaluator excludes idle time before a machine first starts and after it finishes its last job. It sums only internal gaps created by blocking and uneven transitions.

Representation hypothesis

Idle gaps depend on both where jobs appear and how their processing profiles relate to nearby jobs. ROSE can model absolute position together with signed pairwise displacement, giving it a plausible structural advantage.

10-seed checkpointEDA-only · equal population and generations

objective pairs

Pair the objective conflict with its representation

ComparisonStructural tensionEdge representationNode representationHybrid question
A × BMakespan
Total flow time
Final completion horizon versus cumulative job residence.Edges may compress machine-to-machine continuity.Early positions may reduce many completion times.Can adjacency and early placement be retained together?
A × CMakespan
Machine idle time
Finish early versus keep machines continuously utilized.Transitions may reduce local blocking and gaps.Specific jobs at critical positions may control idle periods.Which signal changes across early and late schedule contexts?
B × CTotal flow time
Machine idle time
Move jobs through quickly versus reduce unused machine capacity.Local continuity may lower idle time without optimizing every completion.Front-loading certain jobs may dominate total flow time.Does the useful representation switch across the front?
A × B × CThree objectives
Pareto surface
Several incompatible schedule structures must coexist.Captures reusable local building blocks.Captures global placement regularities.Can context select the representation without collapsing diversity?
10-seed checkpointEDA-only · equal population and generations

Edge baseline

COIN

RepresentationDirected successor edges
274

current node next unused node

Green edge · Orange position · Blue retained template
How it samples
Start anywhere; repeatedly sample the next unused node from the current node’s row.
What it learns
Rewards edges repeated by good solutions and punishes edges repeated by bad solutions.
Objective hypothesis
Strong when adjacency carries objective signal; slower scalar convergence may preserve alternatives for MO.
10-seed checkpointEDA-only · equal population and generations

Edge + template

COIN/WT

RepresentationDirected edges with punched parent
2?4?1
retain
sample
retain
sample
retain
↓ edge-guided repair
274
Green edge · Orange position · Blue retained template
How it samples
Keep part of a selected permutation, then regenerate missing nodes from the edge matrix.
What it learns
Combines edge evidence with explicit memory from one existing solution.
Objective hypothesis
Exploitation rises; useful when good building blocks should survive regeneration.
10-seed checkpointEDA-only · equal population and generations

Node baseline

NB-COIN

RepresentationPosition → node associations
positionnode1234

random position unused node

Green edge · Orange position · Blue retained template
How it samples
Visit positions in random order and sample an unused node for each position.
What it learns
Rewards and punishes job placements rather than adjacency.
Objective hypothesis
Matches objectives with absolute positional regularities; random position order reduces fixed-chain bias.
10-seed checkpointEDA-only · equal population and generations

Node + template

NB-COIN/WT

RepresentationPosition model with punched parent
2?4?1
retain
sample
retain
sample
retain
↓ position-guided repair
positionnode1234
Green edge · Orange position · Blue retained template
How it samples
Retain selected positions, then fill holes from the node-position model.
What it learns
Combines placement frequency with direct template inheritance.
Objective hypothesis
A stronger exploitative node learner; may converge quickly but lose MO diversity.
10-seed checkpointEDA-only · equal population and generations

Ordered node

CNB-COIN

RepresentationPosition → node, fixed position chain
p1p2p3p4p5
positionnode1234

fixed construction order

Green edge · Orange position · Blue retained template
How it samples
Generate positions from the first to the last instead of visiting positions randomly.
What it learns
The same node-position evidence as NB-COIN, exposed through an ordered construction path.
Objective hypothesis
Tests whether construction order—not representation alone—changes what the model can learn.
10-seed checkpointEDA-only · equal population and generations

Start-aware edge

SNE-COIN

RepresentationStart node + directed successor edges
STARTπ₁
↓ chooses first node
274
Green edge · Orange position · Blue retained template
How it samples
Learn the first node explicitly, then continue through the edge model.
What it learns
Separates where a permutation begins from which nodes should be adjacent.
Objective hypothesis
Useful when early jobs have distinct objective effects that ordinary cyclic edge learning hides.
10-seed checkpointEDA-only · equal population and generations

Hybrid node–edge

HNE-COIN

RepresentationNode and edge evidence through a template
NODEpositionnode1234
context
selector
EDGE274

template context decides which signal fills each hole

Green edge · Orange position · Blue retained template
How it samples
A partial parent determines context; missing values are regenerated using node and edge signals.
What it learns
Allows position and adjacency representations to compete within one constructive process.
Objective hypothesis
An early form of context-aware EDA: representation choice is already conditioned by retained structure.
10-seed checkpointEDA-only · equal population and generations

Chained hybrid

CNE-COIN

RepresentationNode decision followed by edge continuation
1Node context
2Edge continuation
2 → 7 → 4 → 1
Green edge · Orange position · Blue retained template
How it samples
Use node evidence to establish context, then extend the permutation through edge relations.
What it learns
Connects absolute placement and local adjacency sequentially rather than blending them uniformly.
Objective hypothesis
Tests whether representation order creates a better bridge between scalar exploitation and MO diversity.
10-seed checkpointEDA-only · equal population and generations

mechanism

Why negative learning may matter more in MO

Good population
shared edges
shared positions
reward

learn similarity
COIN model
punish

learn difference
Bad population
repeated failures
collapsed patterns

COIN learns what good solutions share and what bad solutions repeat—potentially retaining useful structural contrast across a Pareto set.

10-seed checkpointEDA-only · equal population and generations

edge histogram EDA

EHBSA/WO and EHBSA/WT

2H(2,7)7H(7,4)4
H(a,b) ∝ ε + Σₓ∈S 𝟙[xₖ=a ∧ xₖ₊₁=b]

Representation

A directed adjacency matrix H(a,b) estimates how often job b follows job a in the selected population.

Learning and sampling

The model accumulates local successor evidence. WO samples a complete permutation from H. WT retains part of a selected parent and uses H to reconstruct the missing positions.

Structural bias

The representation preserves local linkage but does not directly encode the absolute position of a job.

10-seed checkpointEDA-only · equal population and generations

node histogram EDA

NHBSA/WO and NHBSA/WT

H(i,j) ∝ ε + Σₓ∈S 𝟙[xᵢ=j]

Representation

A position-by-job matrix H(i,j) estimates the probability of assigning job j to position i.

Learning and sampling

WO samples unused jobs from successive position distributions. WT keeps selected positions from a parent and fills each remaining position from the learned matrix.

Structural bias

The model captures absolute placement directly but represents adjacency only through correlations that the matrix cannot retain.

10-seed checkpointEDA-only · equal population and generations

multi-reference mean ROSE

ROSE/WO and ROSE/WT

retained jobs
2 · ? · 7 · ? · 4
position likelihood×signed distance to context
candidate score for each hole
target(j) = meanᵣ∈C [pos(r)+μ(r,j)]

Representation

ROSE models absolute placement together with signed relational displacement between pairs of jobs.

Learning and sampling

For selected permutations, it records node-position probabilities and the count, mean, standard deviation, minimum and maximum of Δ(a,b)=pos(b)−pos(a). Multi-reference sampling averages the positions predicted by recent placed jobs. WT starts from a punched template while WO constructs from an empty permutation.

Structural bias

Several reference jobs jointly predict a target position. The compact estimators require O(n²) memory.

10-seed checkpointEDA-only · equal population and generations

single-reference range ROSE

SR-ROSE/WO and SR-ROSE/WT

retained jobs
2 · ? · 7 · ? · 4
position likelihood×signed distance to context
candidate score for each hole
d ~ TruncNormal(μᵣⱼ,σᵣⱼ; minᵣⱼ,maxᵣⱼ)

Representation

SR-ROSE uses the same node-position matrix and compact pair statistics as ROSE, but conditions each placement on one selected reference job.

Learning and sampling

The model selects one recent job, samples a signed distance from a truncated normal bounded by the observed minimum and maximum, and combines the relational score with node-position likelihood. WT adds punched-template inheritance.

Structural bias

A single reference preserves one explicit relational hypothesis rather than averaging several potentially conflicting predictions. Memory remains O(n²).

10-seed checkpointEDA-only · equal population and generations

single-reference histogram ROSE

SH-ROSE/WO and SH-ROSE/WT

retained jobs
2 · ? · 7 · ? · 4
position likelihood×signed distance to context
candidate score for each hole
R(r,j,d) = [c(r,j,d)+ε] / Σδ≠0[c(r,j,δ)+ε]

Representation

SH-ROSE replaces the compact distance approximation with an empirical signed-distance histogram for every ordered job pair.

Learning and sampling

After selecting one reference job, it scores each feasible position from the learned probability of its exact signed offset. WT retains part of a parent and reconstructs the holes.

Structural bias

The histogram retains multimodal distance distributions that mean and range statistics may blur. The additional detail increases estimator memory from O(n²) to O(n³).

10-seed checkpointEDA-only · equal population and generations

generalized Mallows EDA

GM-EDA

consensus2741controlled inversion distance
P(π|σ,θ) ∝ exp[−Σᵢ θᵢ Vᵢ(πσ⁻¹)]

Representation

A consensus permutation defines the central ranking. Stagewise inversion variables describe dispersion around that ranking.

Learning and sampling

The implementation obtains the consensus by mean Borda position and estimates a truncated geometric distribution for each Kendall inversion coordinate.

Structural bias

The model favors permutations close to one central ordering, making global rank consensus explicit.

10-seed checkpointEDA-only · equal population and generations

random-key EDA

RK-EDA

2.12
7.31
4.58
1.86
zⱼ ~ Normal(μⱼ,σ²ⱼ), π = argsort(z)

Representation

Each job has an independent Gaussian random key. Sorting the sampled keys decodes a permutation.

Learning and sampling

The selected population updates one mean and variance for each job key. Sampling occurs in continuous space before the sort operation enforces a valid permutation.

Structural bias

The smooth latent coordinates learn global ordering efficiently, although independent keys do not explicitly store pairwise linkage.

10-seed checkpointEDA-only · equal population and generations

Plackett–Luce EDA

PL-EDA

242%
731%
419%
18%
P(π)=Πᵢ wπᵢ / Σₖ₌ᵢⁿ wπₖ

Representation

One positive worth parameter represents the global preference for selecting each job.

Learning and sampling

At each position, the algorithm samples one unused job in proportion to its worth, removes it, and repeats until the permutation is complete.

Structural bias

The compact model learns global precedence preference but uses the same worth parameter at every position.

10-seed checkpointEDA-only · equal population and generations

single objective · measured

Ten seeds confirm three different winners

AMakespanclick to zoom
Generation 1 → 400
RK-EDANHBSA/WTNB-COIN/WTROSE/WTNB-COIN
#AlgorithmRPD ↓wins
1RK-EDA0.44%98
2NHBSA/WT0.58%82
3NB-COIN/WT0.66%53
4ROSE/WT1.17%39
5NB-COIN1.26%22
6CNB-COIN1.66%19
7HNE-COIN1.75%10
8EHBSA/WT1.77%13
#AlgorithmRPD ↓wins
9COIN/WT1.98%14
10GM-EDA2.18%3
11CNE-COIN2.30%10
12SNE-COIN2.56%11
13NHBSA/WO3.02%7
14COIN3.91%3
15EHBSA/WO4.74%0
16PL-EDA5.59%1
BTotal flow timeclick to zoom
Generation 1 → 400
NB-COIN/WTNHBSA/WTRK-EDAEHBSA/WTCNB-COIN
#AlgorithmRPD ↓wins
1NB-COIN/WT0.48%70
2NHBSA/WT0.53%67
3RK-EDA0.86%26
4EHBSA/WT0.97%22
5CNB-COIN1.51%4
6ROSE/WT1.54%3
7COIN/WT1.60%6
8NB-COIN1.72%2
#AlgorithmRPD ↓wins
9HNE-COIN1.79%1
10CNE-COIN2.04%0
11SNE-COIN2.18%2
12GM-EDA2.54%0
13NHBSA/WO2.70%2
14COIN5.30%0
15EHBSA/WO6.83%0
16PL-EDA7.58%0
CMachine idle timeclick to zoom
Generation 1 → 400
ROSE/WTNHBSA/WTNB-COIN/WTEHBSA/WTNB-COIN
#AlgorithmRPD ↓wins
1ROSE/WT29.15%62
2NHBSA/WT62.54%121
3NB-COIN/WT69.79%96
4EHBSA/WT79.92%21
5NB-COIN94.15%36
6COIN/WT94.65%15
7HNE-COIN200.74%23
8CNE-COIN229.87%8
#AlgorithmRPD ↓wins
9SNE-COIN234.65%8
10CNB-COIN239.01%27
11RK-EDA277.23%18
12COIN363.10%0
13NHBSA/WO376.82%10
14GM-EDA384.59%0
15EHBSA/WO489.14%0
16PL-EDA685.40%0

All 16 algorithms are ranked across 200 paired blocks. Curves show only the five best final methods so individual trajectories remain readable. RPD is paired by TA instance × seed.

10-seed checkpointEDA-only · equal population and generations

pareto frontier · measured

Union frontier of each algorithm—not the whole population

A × BMakespan × flow time · TA020 · 10 seedsclick to zoom
Makespan (normalized) →Total flow time (normalized) →
RK-EDAHNE-COINSNE-COINNB-COINCNB-COIN
#AlgorithmHV ↑IGD+ ↓
1RK-EDA1.0260.072
2HNE-COIN0.9690.136
3SNE-COIN0.9600.151
4NB-COIN0.9580.131
5CNB-COIN0.9510.148
6CNE-COIN0.9390.166
7NHBSA/WO0.8890.181
8NHBSA/WT0.8750.217
#AlgorithmHV ↑IGD+ ↓
9GM-EDA0.8620.179
10ROSE/WT0.8000.263
11EHBSA/WT0.7850.280
12COIN0.7430.302
13NB-COIN/WT0.6850.343
14EHBSA/WO0.6380.388
15COIN/WT0.5960.417
16PL-EDA0.5550.459
A × CMakespan × idle time · TA020 · 10 seedsclick to zoom
Makespan (normalized) →Machine idle time (normalized) →
RK-EDANB-COINCNB-COINHNE-COINNHBSA/WT
#AlgorithmHV ↑IGD+ ↓
1RK-EDA0.9970.065
2NB-COIN0.9790.080
3CNB-COIN0.9440.102
4HNE-COIN0.9370.107
5NHBSA/WT0.9040.138
6CNE-COIN0.8930.133
7GM-EDA0.8780.134
8ROSE/WT0.8690.162
#AlgorithmHV ↑IGD+ ↓
9SNE-COIN0.8610.153
10EHBSA/WT0.8490.174
11NHBSA/WO0.8390.161
12COIN0.8340.181
13EHBSA/WO0.7720.226
14NB-COIN/WT0.7450.237
15COIN/WT0.6950.272
16PL-EDA0.6730.296
B × CFlow time × idle time · TA020 · 10 seedsclick to zoom
Total flow time (normalized) →Machine idle time (normalized) →
HNE-COINNB-COINCNB-COINRK-EDASNE-COIN
#AlgorithmHV ↑IGD+ ↓
1HNE-COIN0.9990.080
2NB-COIN0.9980.076
3CNB-COIN0.9950.083
4RK-EDA0.9920.065
5SNE-COIN0.9880.086
6CNE-COIN0.9840.090
7NHBSA/WT0.9570.118
8NHBSA/WO0.9540.100
#AlgorithmHV ↑IGD+ ↓
9COIN0.9450.113
10EHBSA/WT0.9340.128
11GM-EDA0.9240.104
12ROSE/WT0.9150.139
13EHBSA/WO0.8860.152
14NB-COIN/WT0.8360.192
15COIN/WT0.8050.204
16PL-EDA0.7900.215
A × B × CThree objectives · TA020 · 10 seedsclick to zoom
Makespan (normalized) →Total flow time (normalized) →size / opacity: Machine idle time
RK-EDANB-COINHNE-COINCNB-COINSNE-COIN
#AlgorithmHV ↑IGD+ ↓
1RK-EDA1.0110.066
2NB-COIN0.9710.098
3HNE-COIN0.9640.103
4CNB-COIN0.9510.114
5SNE-COIN0.9380.116
6CNE-COIN0.9380.121
7NHBSA/WO0.9060.125
8GM-EDA0.8970.114
#AlgorithmHV ↑IGD+ ↓
9NHBSA/WT0.8780.155
10COIN0.8530.161
11EHBSA/WT0.8390.172
12ROSE/WT0.8290.178
13EHBSA/WO0.7850.200
14NB-COIN/WT0.6750.264
15PL-EDA0.6620.274
16COIN/WT0.6380.282

Tables rank all 16 algorithms across 200 instance-seed blocks. Axes retain objective names after per-instance normalization. The 3-objective panel projects makespan and flow time, with idle time encoded by point size and opacity.

10-seed checkpointEDA-only · equal population and generations

TA022 case study · measured

Makespan and total flow time on TA022

Makespan (normalized) →Total flow time (normalized) →
SNE-COINCNE-COINNHBSA/WOHNE-COINNB-COIN

Five-seed union frontier
Each algorithm contributes its own nondominated frontier after unioning seeds 2026–2030.

#AlgorithmHV ↑IGD+ ↓
1SNE-COIN1.1590.008
2CNE-COIN1.1100.044
3NHBSA/WO1.0890.042
4HNE-COIN1.0820.049
5NB-COIN1.0800.039
6CNB-COIN1.0010.097
7NHBSA/WT0.9940.117
8COIN0.8790.186
#AlgorithmHV ↑IGD+ ↓
9EHBSA/WT0.8780.167
10NB-COIN/WT0.7690.261
11EHBSA/WO0.7630.281
12COIN/WT0.6750.305
12 algorithms from the completed confirmatory MO experiment. ROSE and ranking EDAs were not part of this legacy TA022 batch.
10-seed checkpointEDA-only · equal population and generations

decision

What do we publish after the checkpoint?

Path 1

Journal: representation × objective

Full Single/MO analysis, three objectives, COIN variants, histogram and ranking EDAs, convergence and Pareto quality.

Choose if the 5–10 seed pattern is stable.
Path 2

ISAI-NLP: focused cut

One sharp claim: positive–negative structural learning preserves useful disagreement in multi-objective permutation search.

Choose a small, defensible subset.
Decision ruleDoes COIN’s MO advantage survive seed aggregation and more representations?5 seeds → pitch10 seeds → direction lock
10-seed checkpointEDA-only · equal population and generations

research sequence

The ROSE Map

NOW · REPRESENTATION STUDYCOIN variants

ROSE appears as an exploratory comparator. This paper asks which structural representation fits each objective.

Evidence first, without a formal ROSE claim
NEXT · ROSE DEBUTROSE family

A dedicated study introduces multi-reference ROSE, SR-ROSE and SH-ROSE, with WO/WT reconstruction, parameter tuning and controlled ablation.

Compact statistics versus empirical distance histograms
THEN · CARE DEBUTCARE-EDA

Population context controls the mixture of edge, node and relational generators. Representation becomes an adaptive decision.

Context-aware representation ensemble
Research arcThis study identifies the representation problem. The ROSE family expands the representation. CARE learns when each representation should generate solutions.
10-seed checkpointEDA-only · equal population and generations

CARE-EDA

Let the population decide which representation should generate next

CONTEXT-AWARE REPRESENTATION ENSEMBLE

One objective does not imply one useful representation.

Edge, position and relative-order models expose different structure. Their value can also change during the run. CARE treats offspring allocation as a learned decision.

Research question

Can population feedback select the right generative representation without permanently discarding the others?
observerank utilityallocateoffspring
concept deck · mechanism pilotadaptive mixture of permutation models

CARE context

Static representation choice creates a blind spot

EHBSA

Local succession

Useful when adjacent jobs explain machine transitions, but it does not directly encode absolute placement.

P(xₖ₊₁=b | xₖ=a)
NHBSA

Absolute placement

Often converges quickly when early or late positions dominate, but independent columns lose pair context.

P(xᵢ=j)
ROSE

Relational distance

Captures precedence and separation across nonadjacent jobs, although its evidence can mature more slowly.

P(pos(b)-pos(a)=d)

CARE keeps all three generators alive, observes the quality of their offspring, and reallocates the next generation while retaining a minimum exploration share.

motivationedge · position · relative order

CARE concept

Three relations cover different permutation structure

EHBSA

Edge relation

A directed histogram records which unused job follows the current job.

P(xₖ₊₁=b | xₖ=a)
NHBSA

Position relation

Independent job distributions describe each absolute position.

P(xᵢ=j)
ROSE

Relative order

Signed displacement records precedence and distance between job pairs.

P(pos(b)-pos(a)=d)

Objective and instance structure determine which relation becomes useful. CARE allocates offspring across all three.

CARE pilot · seed 42TA001–TA005 · population 100 · 400 generations

CARE architecture

Adaptive allocation preserves minority representations

EHBSAdirected edge relationP(job b | job a)
NHBSAindependent position relationP(job j | position i)
ROSErelative order relationP(pos(b)-pos(a))
CARE controllerrank utility updates the offspring allocationwE + wN + wR = 1
100 offspringeach expert retains at least 10%

Current prototype: every expert learns from its own offspring. The shared version remains a planned ablation.

CARE pilot · implementationminimum share 10% per expert

controller mathematics

Fast average improvement currently receives the most credit

1 · rank offspringrᵢ = rank(fᵢ) / (N-1)

Lower objective values receive better normalized ranks.

2 · score each expertuₖ = 1 - mean(rᵢ | expert k)

Consistent offspring quality matters more than a rare best solution.

3 · smooth creditcₖ,t = 0.8cₖ,t-1 + 0.2uₖ,t

Memory reduces rapid allocation changes.

4 · retain explorationwₖ = 0.10 + 0.70 softmax(cₖ / 0.25)

Every relation keeps at least ten offspring.

CARE pilot · controller v1descriptive design · not tuned

WO and WT

Template inheritance changes both quality and allocation

CARE/WO

Every expert constructs a complete permutation from its learned distribution.

Mean expert allocationNHBSA about 65%More freedom, slower relational sampling
selected parentretain positionspunched templatemodel fills holespaired replacement

CARE/WT

Each expert retains part of a parent, then reconstructs the missing positions.

Mean expert allocationNHBSA 54–61%, ROSE 22–27%Stronger inheritance, more balanced mixture
CARE pilot · seed 42WO CARE requires a matched rerun after quota optimization

pilot protocol

The demonstration isolates behavior before confirmatory testing

5Taillard instances
TA001–TA005
3single objectives
MS, TFT, idle
4methods
CARE and experts
40kevaluations
per method
Population100Generations400
Seed42SelectionHBSA 50%, ROSE 10%
Template50% punched positionsRank policyFinal rank with ties; convergence reported separately

This pilot supports mechanism discovery. It does not support population-level significance claims.

CARE pilot · one seedall values measured on the same evaluator

makespan · internal experts

CARE ranks first against its three component experts

InstanceCARE/WTEHBSA/WTNHBSA/WTROSE/WT
TA0011,2971,2971,2971,297
TA0021,3661,3701,3771,365
TA0031,1131,1271,0981,098
TA0041,3131,3151,3131,323
TA0051,2441,2541,2501,248
1.40CARE mean rank
3/5top or tied top
0.288%mean gap

This is a mechanism comparison, not the full-field ranking. ROSE/WT has the lowest mean gap.

CARE pilot · seed 42restricted comparison: CARE, EHBSA, NHBSA and ROSE

TA004 convergence · CARE/WT

Minority experts help CARE move beyond the dominant model

13001350140014501500Generation 1 to 400
CARE/WT: 1313EHBSA/WT: 1315NHBSA/WT: 1313ROSE/WT: 1323
Early search

NHBSA gains the largest allocation because its offspring rank improves fastest.

Middle search

CARE keeps EHBSA and ROSE active instead of collapsing into NHBSA.

Late search

CARE reaches 1313 and matches NHBSA while maintaining a lower trajectory for much of the run.

CARE pilot · seed 42best-so-far makespan · equal evaluations

flow time and idle time · CARE/WT

Rank reveals robustness that win count misses

Total flow time

InstanceCARE/WTEHBSA/WTNHBSA/WTROSE/WT
TA00114,35714,10914,28514,295
TA00215,41115,49315,57415,448
TA00313,76513,66813,62913,804
TA00415,64715,82415,69115,870
TA00513,65313,66713,69013,676
CARE rank 2.003 winsmean gap 0.551%

Internal idle time

InstanceCARE/WTEHBSA/WTNHBSA/WTROSE/WT
TA001134134134134
TA0020770
TA003142142166142
TA00412181912
TA005200200200200
CARE rank 1.00top or tied top 5/5same final values as ROSE/WT
CARE pilot · seed 42zero idle optima exclude conventional RPD

CARE evidence and next tests

The pilot exposes the controller question

What the pilot shows

Adaptive mixtures can match or exceed a strong standalone expert

CARE/WT has the best makespan mean rank and remains tied for every idle-time optimum found by ROSE/WT.

What remains unknown
  • One seed cannot establish stability.
  • Mean-rank credit favors early NHBSA convergence.
  • CARE/WO needs a matched rerun after quota optimization.
  • Shared learning and fixed-weight controls remain untested.
Planned ablations
Isolatedexperts learn from their own offspring
Sharedexperts learn from one elite cohort
Frozenweights fixed at the learned final ratio
Creditrank, best improvement, novelty and hybrid

Current paper: representation question. Next paper: formal ROSE debut. Later paper: CARE controller and co-adaptation.

CARE pilot · decision pointROSE debuts before CARE

full EDA field · makespan

CARE is third by mean rank; RK-EDA leads the scalar field

#AlgorithmRank↓TopGap↓
1RK-EDA1.8030.140%
2ROSE/WT4.3020.730%
3CARE/WT4.8000.800%
4NB-COIN/WT6.3011.040%
5NB-COIN6.5001.140%
6NHBSA/WT7.2010.790%
7GM-EDA7.5001.300%
8HC-COIN7.9001.030%
9HNE-COIN8.1001.140%
#AlgorithmRank↓TopGap↓
10CNB-COIN8.4001.410%
11EHBSA/WT9.1001.310%
12COIN/WT9.3001.970%
13SNE-COIN12.4002.380%
14NHBSA/WO14.0002.690%
15COIN14.2003.690%
16EHBSA/WO15.2003.920%
17PL-EDA16.0004.620%

Interpretation: CARE beats its component experts on rank, but does not beat the independent RK-EDA baseline. Its value is robustness across representations—not universal scalar dominance.

TA001–TA005 · seed 4217 EDAs · population 100 · 400 generations

full EDA field · total flow time

CARE remains competitive, behind NB-COIN/WT and RK-EDA

#AlgorithmRank↓TopGap↓
1NB-COIN/WT3.1010.460%
2RK-EDA3.4020.430%
3CARE/WT3.8020.840%
4EHBSA/WT5.0000.700%
5NHBSA/WT5.2000.860%
6NB-COIN6.4001.260%
7ROSE/WT7.4001.180%
8HNE-COIN7.4001.390%
9CNB-COIN8.2001.470%
#AlgorithmRank↓TopGap↓
10HC-COIN10.3001.910%
11COIN/WT10.4001.990%
12SNE-COIN10.4002.010%
13GM-EDA11.0002.020%
14NHBSA/WO13.0002.870%
15COIN15.6004.930%
16EHBSA/WO16.0006.290%
17PL-EDA16.4006.460%

Interpretation: CARE ranks third and obtains two top values. The result supports adaptive coverage, while positional NB-COIN/WT still fits this objective best.

TA001–TA005 · seed 4217 EDAs · population 100 · 400 generations

full EDA field · internal idle time

CARE and ROSE/WT jointly lead every tested instance

#AlgorithmRank↓TopGap↓
1CARE/WT3.4050.000
2ROSE/WT3.4050.000
3NB-COIN/WT3.7040.600
4NB-COIN3.9041.000
5EHBSA/WT5.30311.400
6CNB-COIN6.2034.780
7NHBSA/WT7.10216.450
8COIN/WT7.60121.760
9HNE-COIN8.40120.080
#AlgorithmRank↓TopGap↓
10CNE-COIN10.50033.720
11NHBSA/WO10.90146.920
12RK-EDA11.20042.840
13SNE-COIN11.90051.310
14GM-EDA13.700106.500
15COIN14.40092.050
16EHBSA/WO15.600112.590
17PL-EDA15.800150.790

Strongest pilot result: CARE/WT and ROSE/WT tie at mean rank 3.40 and reach the best value on all five instances. More seeds must test whether adaptation adds stability beyond ROSE alone.

TA001–TA005 · seed 42raw gap when optimum is zero

NB-COIN-E

Give scalar specialists a controlled share of Pareto search

EXTENDED NODE-BASED COIN

Pareto pressure searches inward. Specialists probe the extremes.

NB-COIN-E combines two scalar node-based learners with one multi-objective learner. A fixed quota controls how much generation budget follows each view of the same population.

Research question

Can objective specialists add useful frontier points without weakening the Pareto learner that drives convergence?
MS + TFTspecialists+MOlearner
concept deck · mechanism pilotobjective-specialized generative ensemble

NB-COIN-E context

The allocation ratio decides whether specialization helps

Scalar specialists

Search the ends of the frontier

Makespan and flow-time learners receive sharper scalar ranks. They can discover extreme schedules that Pareto selection may visit less often.

Benefit: broader structural hypotheses
Multi-objective learner

Pull the population toward the frontier

Pareto depth and crowding reward nondominated progress across both objectives. This learner supplies most of the convergence pressure.

Benefit: deeper, balanced trade-offs
Central trade-offScalar offspring become expensive when their discoveries do not survive in the pooled nondominated archive.10:10:8020:20:6033:33:34 with /WT
motivationfixed quotas · shared archive

EX-COIN concept · fixed allocation

Three COIN models learn two extremes and the Pareto surface

34 offspringNB-COIN · makespanrank by f₁
33 offspringNB-COIN · flow timerank by f₂
33 offspringMO NB-COINPareto depth + crowding
shared mixed population → all three models update → pooled nondominated archive

EX-NB-COIN v1: the ratio remains 34:33:33. Unlike CARE, no controller reallocates offspring from observed utility.

10-seed checkpointEDA-only · equal population and generations

dual SNE concept · temporal allocation

Two scalar SNE models alternate who generates each generation

Odd generationSNE-MS generates 100both models observe the population
Even generationSNE-TFT generates 100each model learns its own objective
G1 · MS G2 · TFT G3 · MS G4 · TFT shared Pareto archive

Clean ablation: fixed 50:50 exposure without mixing offspring inside a generation. The risk is distribution whiplash—each generator receives no direct Pareto selection pressure.

10-seed checkpointEDA-only · equal population and generations

EX-COIN pilot · measured

Scalar specialists did not improve the Pareto learner

AlgorithmConvergence↓Spread↓Pooled ND ratio↑ArchiveTime · 5 runs
MO NB-COIN0.0100.8100.9006.077.2 s
MO SNE-COIN0.1600.7900.2006.261.6 s
EX-NB-COIN · 34:33:330.1780.7470.0895.899.8 s
Dual-SNE · alternating0.3180.6530.1837.681.1 s
Why EX-NB loses

Two-thirds of generation capacity follows scalar ranks. Extreme specialists do not receive credit for frontier contribution.

Next defensible version

Keep fixed quotas, but update specialists only from offspring that enter the pooled archive; compare 20:20:60 and 10:10:80.

Pilot only: TA001–TA005, makespan × total flow time, seed 42, population 100, 400 generations. Metrics use the pooled observed frontier; “convergence” is normalized set-to-reference distance, not IGD+.

10-seed checkpointEDA-only · equal population and generations

EX-COIN Pareto frontier · measured

TA001 · Makespan versus total flow time

Makespan ↓Total flow time ↓128513881436515641
EX-NBDual-SNEMO-NBMO-SNE
click to zoom
seed 42 · population 100 · 400 generationsper-algorithm nondominated archive

EX-COIN Pareto frontier · measured

TA002 · Makespan versus total flow time

Makespan ↓Total flow time ↓137314321541117665
EX-NBDual-SNEMO-NBMO-SNE
click to zoom
seed 42 · population 100 · 400 generationsper-algorithm nondominated archive

EX-COIN Pareto frontier · measured

TA003 · Makespan versus total flow time

Makespan ↓Total flow time ↓111313211378514961
EX-NBDual-SNEMO-NBMO-SNE
click to zoom
seed 42 · population 100 · 400 generationsper-algorithm nondominated archive

EX-COIN Pareto frontier · measured

TA004 · Makespan versus total flow time

Makespan ↓Total flow time ↓132814481570616864
EX-NBDual-SNEMO-NBMO-SNE
click to zoom
seed 42 · population 100 · 400 generationsper-algorithm nondominated archive

EX-COIN Pareto frontier · measured

TA005 · Makespan versus total flow time

Makespan ↓Total flow time ↓125013871391415156
EX-NBDual-SNEMO-NBMO-SNE
click to zoom
seed 42 · population 100 · 400 generationsper-algorithm nondominated archive

generation budget · common reference

Twice the budget moves EX-COIN inward—but MO NB moves faster

AlgorithmConvergence 400Convergence 800ImprovementND ratio 400ND ratio 800
EX-NB-COIN0.2200.150↓ 31.5%0.0220.087
Dual-SNE0.3240.252↓ 22.3%0.0900.205
MO NB-COIN0.0540.007↓ 86.3%0.3780.872
MO SNE-COIN0.1660.158↓ 5.0%0.1000.237
EX-NB uses the extra time

Its convergence distance falls by almost one-third and its pooled-front survival rises nearly fourfold.

Dual-SNE remains diverse

Convergence improves, while spread is essentially unchanged: 0.647 → 0.649.

The gap is selection pressure

MO NB exploits the same extra evaluations more effectively because every update is Pareto-directed.

Common-reference comparison: both budgets were normalized against the pooled observed frontier across all 400- and 800-generation archives.

10-seed checkpointEDA-only · equal population and generations

EX-NB ratio · 800 generations

A small scalar allocation becomes useful; one-third is too expensive

AlgorithmMS:TFT:MOConvergence↓Spread↓Pooled ND ratio↑Archive
MO NB-COIN0:0:1000.0450.7850.4445.8
EX-NB-COIN10:10:800.0750.8240.5894.8
EX-NB-COIN20:20:600.1710.7710.0807.2
EX-NB-COIN34:33:330.2180.7750.0675.4
10:10:80 is the candidate

It stays near MO NB while contributing the largest share of points to the pooled observed frontier.

20:20:60 keeps breadth

Archive size rises to 7.2, but most added points remain dominated.

Specialists are exploration bets

Twenty percent total scalar allocation is enough to probe extremes without replacing Pareto pressure.

One-seed mechanism result: TA001–TA005, makespan × total flow time, population 100, seed 42. Confirm with paired seeds before selecting the ratio.

10-seed checkpointEDA-only · equal population and generations

EX-NHBSA/WO · 800 generations

EX rescues NHBSA’s Pareto search—but NB-COIN remains stronger

AlgorithmMS:TFT:MOConvergence↓Spread↓Pooled ND ratio↑Archive
MO NB-COIN0:0:1000.0530.7860.2945.8
EX-NB-COIN10:10:800.0790.8300.5894.8
EX-NHBSA/WO10:10:800.1630.7380.2476.4
MO NHBSA/WO0:0:1000.2270.7240.0147.8
EX-NHBSA/WO20:20:600.2360.7470.1337.0
10:10:80 improves depth

Convergence distance is 28.3% lower than standalone MO NHBSA/WO.

Frontier survival jumps

ND contribution rises from 0.014 to 0.247 on the pooled observed frontier.

Representation still matters

The same EX policy is stronger with NB-COIN’s positive–negative position learning than with NHBSA.

Pilot: TA001–TA005, makespan × total flow time, population 100, 800 generations, seed 42. All algorithms share one pooled observed reference.

10-seed checkpointEDA-only · equal population and generations

EX-NHBSA/WT · 800 generations

With templates, EX buys spread rather than deeper convergence

AlgorithmMS:TFT:MOConvergence↓Spread↓Pooled ND ratio↑Archive
MO NHBSA/WT0:0:1000.0910.7650.6409.2
EX-NHBSA/WT20:20:600.1470.6960.4277.0
EX-NHBSA/WT10:10:800.1660.6920.2336.2
Template already exploits

Paired parent–offspring replacement stabilizes good positional structure without scalar assistance.

20:20:60 is the WT candidate

More scalar injection improves convergence and ND survival relative to 10:10:80.

EX changes role

For /WO it rescues convergence; for /WT it mainly expands coverage and regularizes spacing.

WT implementation detail: paired replacement occurs inside each specialist quota before the three survivor blocks enter the pooled archive. This differs from the shared-observation /WO pilot and requires an explicit ablation.

10-seed checkpointEDA-only · equal population and generations

EX-NB-COIN/WT · 800 generations

Balanced specialists drive the deepest EX-NB/WT frontier

AlgorithmMS:TFT:MOConvergence↓Spread↓Pooled ND ratio↑Archive
EX-NB-COIN/WT33:33:340.0440.6270.7746.4
EX-NB-COIN/WT20:20:600.1300.5660.2368.0
EX-NB-COIN/WT10:10:800.1900.6760.0404.6
MO NB-COIN/WT0:0:1000.3540.6910.0505.2
33:33:34 goes deepest

Balanced scalar specialists contribute 77.4% of their archive to the pooled observed frontier.

20:20:60 covers smoothly

It keeps the largest archive and the lowest spacing error, but does not reach as far inward.

Template retains extremes

Unlike /WO, paired survival preserves specialist discoveries; the optimal allocation therefore shifts toward scalar search.

Mechanism pilot only: TA001–TA005, makespan × total flow time, population 100, 800 generations, seed 42. Metrics were recomputed against the new four-method pooled observed reference; confirm with paired seeds and a replacement-policy ablation.

10-seed checkpointEDA-only · equal population and generations

CARE/WT · full matched scalar field

CARE is the most robust learner across all three objectives

#AlgorithmMakespan rank↓Flow-time rank↓Idle-time rank↓Mean rank↓
1CARE/WT4.803.803.404.00
2NB-COIN/WT6.33.13.74.37
3ROSE/WT4.37.43.45.03
4RK-EDA1.83.411.25.47
5NB-COIN6.56.43.95.60
6EHBSA/WT9.15.05.36.47
7NHBSA/WT7.25.27.16.50
8CNB-COIN8.48.26.27.60
9HNE-COIN8.17.48.47.97
10COIN/WT9.310.47.69.10
11GM-EDA7.511.013.710.73
12SNE-COIN12.410.411.911.57
13NHBSA/WO14.013.010.912.63
14COIN14.215.614.414.73
15EHBSA/WO15.216.015.615.60
16PL-EDA16.016.415.816.07
CARE/WT · 4.00best cross-objective mean rank
No universal standalone winnerRK leads makespan; NB/WT leads flow time; CARE and ROSE lead idle time
Controller value = robustnessCARE never needs to guess one representation before seeing objective feedback

Matched scope: TA001–TA005, seed 42, population 100, 400 generations, single-objective runs. CNE-COIN has an idle-only result and is excluded from the three-objective aggregate. This is a mechanism pilot—not statistical evidence across seeds. MO CARE has not yet been run.

one-seed mechanism pilotEDA-only · equal population and generations

ROSE

Learn where jobs belong relative to one another

RELATIONAL ORDER SAMPLING EDA

Position alone cannot describe every useful permutation pattern.

ROSE learns signed distance between job pairs. A candidate position can therefore depend on jobs already placed, including relationships that extend beyond immediate adjacency.

Research question

Can a relational model preserve precedence, separation and multimodal placement patterns that edge and node histograms blur?
reference jobrelative distancetarget jobposition
concept deck · representation studyrelative order and signed displacement

representation context

ROSE occupies the space between adjacency and absolute position

EHBSA

Immediate edge

Records which job follows another, but longer-range separation disappears.

P(xₖ₊₁=b | xₖ=a)
NHBSA

Absolute position

Records where each job appears, but the placement of two jobs remains independent.

P(xᵢ=j)
ROSE

Signed displacement

Records whether one job occurs before or after another and how far apart they tend to appear.

Δ(a,b)=pos(b)-pos(a)

The representation adds relational context without committing to a single fixed adjacency chain.

motivationrelation-aware permutation model

multi-reference mean ROSE

ROSE/WO and ROSE/WT

retained jobs
2 · ? · 7 · ? · 4
position likelihood×signed distance to context
candidate score for each hole
target(j) = meanᵣ∈C [pos(r)+μ(r,j)]

Representation

ROSE models absolute placement together with signed relational displacement between pairs of jobs.

Learning and sampling

For selected permutations, it records node-position probabilities and the count, mean, standard deviation, minimum and maximum of Δ(a,b)=pos(b)−pos(a). Multi-reference sampling averages the positions predicted by recent placed jobs. WT starts from a punched template while WO constructs from an empty permutation.

Structural bias

Several reference jobs jointly predict a target position. The compact estimators require O(n²) memory.

10-seed checkpointEDA-only · equal population and generations

single-reference range ROSE

SR-ROSE/WO and SR-ROSE/WT

retained jobs
2 · ? · 7 · ? · 4
position likelihood×signed distance to context
candidate score for each hole
d ~ TruncNormal(μᵣⱼ,σᵣⱼ; minᵣⱼ,maxᵣⱼ)

Representation

SR-ROSE uses the same node-position matrix and compact pair statistics as ROSE, but conditions each placement on one selected reference job.

Learning and sampling

The model selects one recent job, samples a signed distance from a truncated normal bounded by the observed minimum and maximum, and combines the relational score with node-position likelihood. WT adds punched-template inheritance.

Structural bias

A single reference preserves one explicit relational hypothesis rather than averaging several potentially conflicting predictions. Memory remains O(n²).

10-seed checkpointEDA-only · equal population and generations

single-reference histogram ROSE

SH-ROSE/WO and SH-ROSE/WT

retained jobs
2 · ? · 7 · ? · 4
position likelihood×signed distance to context
candidate score for each hole
R(r,j,d) = [c(r,j,d)+ε] / Σδ≠0[c(r,j,δ)+ε]

Representation

SH-ROSE replaces the compact distance approximation with an empirical signed-distance histogram for every ordered job pair.

Learning and sampling

After selecting one reference job, it scores each feasible position from the learned probability of its exact signed offset. WT retains part of a parent and reconstructs the holes.

Structural bias

The histogram retains multimodal distance distributions that mean and range statistics may blur. The additional detail increases estimator memory from O(n²) to O(n³).

10-seed checkpointEDA-only · equal population and generations

stratified RPD · matched five seeds

Problem scale changes what ROSE/WT can learn

Instance stratumMakespanTotal flow timeMachine idle time
RPDrankwinsRPDrankwinsRPDrankwins
TA001–01050 matched blocks0.575%3181.499%6025.191%134
TA011–02050 matched blocks1.814%501.475%7119.011%61
TA021–03050 matched blocks1.668%601.268%7014.878%110
TA001–030150 matched blocks1.353%5181.414%7119.693%235
TA001–010ROSE wins idle time

Rank 1 · 34/50 wins or ties. Relative order is strongly aligned with the small-instance idle landscape.

TA011–020The advantage breaks

Idle-time RPD rank falls to 6; NHBSA/WT becomes the block leader.

TA021–030Learning budget bites

Idle-time rank falls to 11 at 400 generations, while makespan remains sixth.

TA001–030Still second overall

ROSE/WT retains idle-time RPD rank 2, but the aggregate hides strong scale dependence.

Protocol: seeds 42 and 2026–2029, 16 common EDAs, population 100, 400 generations. RPD is computed against the best observed value inside each instance × seed block; rank and wins/ties are reported alongside it.

10-seed checkpointEDA-only · equal population and generations

complete scalar ranking · matched five seeds

TA001–010: all 16 algorithms

Makespanclick to zoom

#AlgorithmRPD↓rank↓wins
1RK-EDA0.268%2.5431
2NHBSA/WT0.518%3.1025
3ROSE/WT0.575%2.9418
4NB-COIN/WT0.592%3.1219
5NB-COIN0.804%4.2811
6EHBSA/WT1.018%5.606
7CNB-COIN1.130%5.6010
8HNE-COIN1.251%6.205
9COIN/WT1.460%6.606
10CNE-COIN1.637%7.525
11GM-EDA1.869%9.061
12SNE-COIN2.390%9.765
13NHBSA/WO2.684%11.022
14COIN3.310%12.041
15EHBSA/WO3.744%13.540
16PL-EDA4.316%14.641

Total flow timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NB-COIN/WT0.431%2.7622
2NHBSA/WT0.534%3.0212
3RK-EDA0.848%4.347
4EHBSA/WT1.144%4.906
5CNB-COIN1.471%6.201
6ROSE/WT1.499%6.820
7COIN/WT1.677%7.062
8NB-COIN1.730%7.341
9HNE-COIN1.892%7.800
10CNE-COIN2.301%9.240
11GM-EDA2.721%10.520
12SNE-COIN2.800%10.100
13NHBSA/WO2.906%10.760
14COIN5.874%14.120
15EHBSA/WO7.183%15.080
16PL-EDA8.030%15.700

Machine idle timeclick to zoom

#AlgorithmRPD↓rank↓wins
1ROSE/WT25.191%2.1234
2NB-COIN/WT47.407%2.0435
3NHBSA/WT73.332%2.6832
4EHBSA/WT156.599%5.1610
5NB-COIN158.771%3.2818
6COIN/WT169.475%5.566
7HNE-COIN347.885%5.1012
8CNE-COIN405.378%7.644
9SNE-COIN465.148%8.921
10CNB-COIN467.562%5.2815
11RK-EDA570.654%8.443
12COIN745.180%12.560
13GM-EDA786.605%13.280
14NHBSA/WO793.356%9.107
15EHBSA/WO973.825%13.800
16PL-EDA1391.549%15.160
TA001–010 · seeds 42, 2026–2029RPD primary · paired rank and wins retained

complete scalar ranking · matched five seeds

TA011–020: all 16 algorithms

Makespanclick to zoom

#AlgorithmRPD↓rank↓wins
1RK-EDA0.565%2.2619
2NHBSA/WT0.577%2.3417
3NB-COIN/WT0.712%2.8010
4NB-COIN1.704%5.643
5ROSE/WT1.814%6.240
6CNB-COIN2.155%7.600
7HNE-COIN2.194%7.900
8EHBSA/WT2.341%8.520
9GM-EDA2.427%8.600
10COIN/WT2.450%8.761
11SNE-COIN2.664%9.581
12CNE-COIN2.895%10.340
13NHBSA/WO3.264%10.460
14COIN4.555%13.160
15EHBSA/WO5.729%14.700
16PL-EDA6.833%15.680

Total flow timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NB-COIN/WT0.384%2.4220
2NHBSA/WT0.568%3.3414
3EHBSA/WT0.760%3.806
4RK-EDA0.975%5.186
5COIN/WT1.316%6.823
6CNB-COIN1.359%6.941
7ROSE/WT1.475%7.521
8HNE-COIN1.547%7.860
9SNE-COIN1.606%7.900
10NB-COIN1.668%8.580
11CNE-COIN1.679%8.420
12GM-EDA2.385%10.560
13NHBSA/WO2.760%11.640
14COIN4.894%14.100
15EHBSA/WO6.364%15.060
16PL-EDA7.106%15.720

Machine idle timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NHBSA/WT2.995%1.9028
2NB-COIN/WT5.583%2.4617
3RK-EDA18.416%7.002
4NB-COIN18.462%6.420
5SNE-COIN18.938%6.521
6ROSE/WT19.011%6.621
7EHBSA/WT19.073%7.120
8HNE-COIN20.653%7.600
9COIN/WT21.800%7.560
10CNB-COIN23.391%8.460
11NHBSA/WO23.538%8.761
12CNE-COIN24.125%9.240
13GM-EDA37.359%12.340
14COIN38.934%13.340
15EHBSA/WO50.638%14.520
16PL-EDA66.161%15.820
TA011–020 · seeds 42, 2026–2029RPD primary · paired rank and wins retained

complete scalar ranking · matched five seeds

TA021–030: all 16 algorithms

Makespanclick to zoom

#AlgorithmRPD↓rank↓wins
1NHBSA/WT0.298%2.1418
2NB-COIN/WT0.508%2.4816
3RK-EDA0.709%3.4415
4NB-COIN1.294%5.040
5CNB-COIN1.589%6.661
6ROSE/WT1.668%7.160
7HNE-COIN1.793%7.620
8SNE-COIN1.876%7.840
9EHBSA/WT2.052%8.340
10CNE-COIN2.225%9.361
11COIN/WT2.252%9.561
12NHBSA/WO2.783%10.780
13GM-EDA2.975%11.241
14COIN3.839%13.300
15EHBSA/WO4.562%14.320
16PL-EDA5.676%15.860

Total flow timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NB-COIN/WT0.314%2.3020
2NHBSA/WT0.320%2.3423
3EHBSA/WT0.869%5.242
4RK-EDA0.958%5.224
5NB-COIN1.210%7.360
6COIN/WT1.239%7.441
7ROSE/WT1.268%7.720
8HNE-COIN1.282%7.860
9CNB-COIN1.302%7.540
10SNE-COIN1.440%7.880
11CNE-COIN1.502%9.340
12NHBSA/WO2.019%10.380
13GM-EDA2.110%10.580
14COIN3.629%13.980
15EHBSA/WO4.657%15.040
16PL-EDA5.128%15.740

Machine idle timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NHBSA/WT2.126%1.8621
2NB-COIN/WT3.922%2.4216
3SNE-COIN6.603%3.828
4EHBSA/WT10.871%6.501
5COIN/WT11.798%7.581
6CNE-COIN11.821%7.180
7HNE-COIN11.948%7.460
8RK-EDA12.231%7.382
9CNB-COIN13.030%8.040
10NB-COIN13.617%8.480
11ROSE/WT14.878%9.920
12NHBSA/WO15.699%9.781
13GM-EDA21.158%12.100
14COIN22.881%12.940
15EHBSA/WO29.611%14.560
16PL-EDA38.079%15.880
TA021–030 · seeds 42, 2026–2029RPD primary · paired rank and wins retained

complete scalar ranking · matched five seeds

TA001–030: all 16 algorithms

Makespanclick to zoom

#AlgorithmRPD↓rank↓wins
1NHBSA/WT0.464%2.5360
2RK-EDA0.514%2.7565
3NB-COIN/WT0.604%2.8045
4NB-COIN1.267%4.9914
5ROSE/WT1.353%5.4518
6CNB-COIN1.625%6.6211
7HNE-COIN1.746%7.245
8EHBSA/WT1.804%7.496
9COIN/WT2.054%8.318
10CNE-COIN2.253%9.076
11SNE-COIN2.310%9.066
12GM-EDA2.424%9.632
13NHBSA/WO2.910%10.752
14COIN3.901%12.831
15EHBSA/WO4.679%14.190
16PL-EDA5.608%15.391

Total flow timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NB-COIN/WT0.376%2.4962
2NHBSA/WT0.474%2.9049
3EHBSA/WT0.924%4.6514
4RK-EDA0.927%4.9117
5CNB-COIN1.377%6.892
6COIN/WT1.411%7.116
7ROSE/WT1.414%7.351
8NB-COIN1.536%7.761
9HNE-COIN1.574%7.840
10CNE-COIN1.827%9.000
11SNE-COIN1.948%8.630
12GM-EDA2.405%10.550
13NHBSA/WO2.561%10.930
14COIN4.799%14.070
15EHBSA/WO6.068%15.060
16PL-EDA6.755%15.720

Machine idle timeclick to zoom

#AlgorithmRPD↓rank↓wins
1NB-COIN/WT18.971%2.3168
2ROSE/WT19.693%6.2235
3NHBSA/WT26.151%2.1581
4EHBSA/WT62.181%6.2611
5NB-COIN63.617%6.0618
6COIN/WT67.691%6.907
7HNE-COIN126.829%6.7212
8CNE-COIN147.108%8.024
9SNE-COIN163.563%6.4210
10CNB-COIN167.994%7.2615
11RK-EDA200.434%7.617
12COIN268.998%12.950
13NHBSA/WO277.531%9.219
14GM-EDA281.707%12.570
15EHBSA/WO351.358%14.290
16PL-EDA498.596%15.620
TA001–030 · seeds 42, 2026–2029RPD primary · paired rank and wins retained

stratified convergence · matched five seeds

TA001–010: convergence changes with problem scale

AMakespanclick to zoom
Generation 1 → 400
RK-EDANHBSA/WTROSE/WTNB-COIN/WTNB-COIN
#AlgorithmRPD ↓wins
1RK-EDA0.27%31
2NHBSA/WT0.52%25
3ROSE/WT0.58%18
4NB-COIN/WT0.59%19
5NB-COIN0.80%11
6EHBSA/WT1.02%6
7CNB-COIN1.13%10
8HNE-COIN1.25%5
#AlgorithmRPD ↓wins
9COIN/WT1.46%6
10CNE-COIN1.64%5
11GM-EDA1.87%1
12SNE-COIN2.39%5
13NHBSA/WO2.68%2
14COIN3.31%1
15EHBSA/WO3.74%0
16PL-EDA4.32%1
BTotal flow timeclick to zoom
Generation 1 → 400
NB-COIN/WTNHBSA/WTRK-EDAEHBSA/WTCNB-COIN
#AlgorithmRPD ↓wins
1NB-COIN/WT0.43%22
2NHBSA/WT0.53%12
3RK-EDA0.85%7
4EHBSA/WT1.14%6
5CNB-COIN1.47%1
6ROSE/WT1.50%0
7COIN/WT1.68%2
8NB-COIN1.73%1
#AlgorithmRPD ↓wins
9HNE-COIN1.89%0
10CNE-COIN2.30%0
11GM-EDA2.72%0
12SNE-COIN2.80%0
13NHBSA/WO2.91%0
14COIN5.87%0
15EHBSA/WO7.18%0
16PL-EDA8.03%0
CMachine idle timeclick to zoom
Generation 1 → 400
ROSE/WTNB-COIN/WTNHBSA/WTEHBSA/WTNB-COIN
#AlgorithmRPD ↓wins
1ROSE/WT25.19%34
2NB-COIN/WT47.41%35
3NHBSA/WT73.33%32
4EHBSA/WT156.60%10
5NB-COIN158.77%18
6COIN/WT169.48%6
7HNE-COIN347.89%12
8CNE-COIN405.38%4
#AlgorithmRPD ↓wins
9SNE-COIN465.15%1
10CNB-COIN467.56%15
11RK-EDA570.65%3
12COIN745.18%0
13GM-EDA786.61%0
14NHBSA/WO793.36%7
15EHBSA/WO973.82%0
16PL-EDA1391.55%0

TA001–010 × 5 matched seeds. Best-so-far curves are expressed as mean RPD from the final winner inside each instance × seed block. Curves show the five best final methods; tables retain all 16.

TA001–010 · seeds 42, 2026–202916 EDAs · population 100 · 400 generations

stratified convergence · matched five seeds

TA011–020: convergence changes with problem scale

AMakespanclick to zoom
Generation 1 → 400
RK-EDANHBSA/WTNB-COIN/WTNB-COINROSE/WT
#AlgorithmRPD ↓wins
1RK-EDA0.57%19
2NHBSA/WT0.58%17
3NB-COIN/WT0.71%10
4NB-COIN1.70%3
5ROSE/WT1.81%0
6CNB-COIN2.16%0
7HNE-COIN2.19%0
8EHBSA/WT2.34%0
#AlgorithmRPD ↓wins
9GM-EDA2.43%0
10COIN/WT2.45%1
11SNE-COIN2.66%1
12CNE-COIN2.90%0
13NHBSA/WO3.26%0
14COIN4.55%0
15EHBSA/WO5.73%0
16PL-EDA6.83%0
BTotal flow timeclick to zoom
Generation 1 → 400
NB-COIN/WTNHBSA/WTEHBSA/WTRK-EDACOIN/WT
#AlgorithmRPD ↓wins
1NB-COIN/WT0.38%20
2NHBSA/WT0.57%14
3EHBSA/WT0.76%6
4RK-EDA0.98%6
5COIN/WT1.32%3
6CNB-COIN1.36%1
7ROSE/WT1.47%1
8HNE-COIN1.55%0
#AlgorithmRPD ↓wins
9SNE-COIN1.61%0
10NB-COIN1.67%0
11CNE-COIN1.68%0
12GM-EDA2.38%0
13NHBSA/WO2.76%0
14COIN4.89%0
15EHBSA/WO6.36%0
16PL-EDA7.11%0
CMachine idle timeclick to zoom
Generation 1 → 400
NHBSA/WTNB-COIN/WTRK-EDANB-COINSNE-COIN
#AlgorithmRPD ↓wins
1NHBSA/WT3.00%28
2NB-COIN/WT5.58%17
3RK-EDA18.42%2
4NB-COIN18.46%0
5SNE-COIN18.94%1
6ROSE/WT19.01%1
7EHBSA/WT19.07%0
8HNE-COIN20.65%0
#AlgorithmRPD ↓wins
9COIN/WT21.80%0
10CNB-COIN23.39%0
11NHBSA/WO23.54%1
12CNE-COIN24.12%0
13GM-EDA37.36%0
14COIN38.93%0
15EHBSA/WO50.64%0
16PL-EDA66.16%0

TA011–020 × 5 matched seeds. Best-so-far curves are expressed as mean RPD from the final winner inside each instance × seed block. Curves show the five best final methods; tables retain all 16.

TA011–020 · seeds 42, 2026–202916 EDAs · population 100 · 400 generations

stratified convergence · matched five seeds

TA021–030: convergence changes with problem scale

AMakespanclick to zoom
Generation 1 → 400
NHBSA/WTNB-COIN/WTRK-EDANB-COINCNB-COIN
#AlgorithmRPD ↓wins
1NHBSA/WT0.30%18
2NB-COIN/WT0.51%16
3RK-EDA0.71%15
4NB-COIN1.29%0
5CNB-COIN1.59%1
6ROSE/WT1.67%0
7HNE-COIN1.79%0
8SNE-COIN1.88%0
#AlgorithmRPD ↓wins
9EHBSA/WT2.05%0
10CNE-COIN2.23%1
11COIN/WT2.25%1
12NHBSA/WO2.78%0
13GM-EDA2.97%1
14COIN3.84%0
15EHBSA/WO4.56%0
16PL-EDA5.68%0
BTotal flow timeclick to zoom
Generation 1 → 400
NB-COIN/WTNHBSA/WTEHBSA/WTRK-EDANB-COIN
#AlgorithmRPD ↓wins
1NB-COIN/WT0.31%20
2NHBSA/WT0.32%23
3EHBSA/WT0.87%2
4RK-EDA0.96%4
5NB-COIN1.21%0
6COIN/WT1.24%1
7ROSE/WT1.27%0
8HNE-COIN1.28%0
#AlgorithmRPD ↓wins
9CNB-COIN1.30%0
10SNE-COIN1.44%0
11CNE-COIN1.50%0
12NHBSA/WO2.02%0
13GM-EDA2.11%0
14COIN3.63%0
15EHBSA/WO4.66%0
16PL-EDA5.13%0
CMachine idle timeclick to zoom
Generation 1 → 400
NHBSA/WTNB-COIN/WTSNE-COINEHBSA/WTCOIN/WT
#AlgorithmRPD ↓wins
1NHBSA/WT2.13%21
2NB-COIN/WT3.92%16
3SNE-COIN6.60%8
4EHBSA/WT10.87%1
5COIN/WT11.80%1
6CNE-COIN11.82%0
7HNE-COIN11.95%0
8RK-EDA12.23%2
#AlgorithmRPD ↓wins
9CNB-COIN13.03%0
10NB-COIN13.62%0
11ROSE/WT14.88%0
12NHBSA/WO15.70%1
13GM-EDA21.16%0
14COIN22.88%0
15EHBSA/WO29.61%0
16PL-EDA38.08%0

TA021–030 × 5 matched seeds. Best-so-far curves are expressed as mean RPD from the final winner inside each instance × seed block. Curves show the five best final methods; tables retain all 16.

TA021–030 · seeds 42, 2026–202916 EDAs · population 100 · 400 generations

stratified convergence · matched five seeds

TA001–030: convergence changes with problem scale

AMakespanclick to zoom
Generation 1 → 400
NHBSA/WTRK-EDANB-COIN/WTNB-COINROSE/WT
#AlgorithmRPD ↓wins
1NHBSA/WT0.46%60
2RK-EDA0.51%65
3NB-COIN/WT0.60%45
4NB-COIN1.27%14
5ROSE/WT1.35%18
6CNB-COIN1.62%11
7HNE-COIN1.75%5
8EHBSA/WT1.80%6
#AlgorithmRPD ↓wins
9COIN/WT2.05%8
10CNE-COIN2.25%6
11SNE-COIN2.31%6
12GM-EDA2.42%2
13NHBSA/WO2.91%2
14COIN3.90%1
15EHBSA/WO4.68%0
16PL-EDA5.61%1
BTotal flow timeclick to zoom
Generation 1 → 400
NB-COIN/WTNHBSA/WTEHBSA/WTRK-EDACNB-COIN
#AlgorithmRPD ↓wins
1NB-COIN/WT0.38%62
2NHBSA/WT0.47%49
3EHBSA/WT0.92%14
4RK-EDA0.93%17
5CNB-COIN1.38%2
6COIN/WT1.41%6
7ROSE/WT1.41%1
8NB-COIN1.54%1
#AlgorithmRPD ↓wins
9HNE-COIN1.57%0
10CNE-COIN1.83%0
11SNE-COIN1.95%0
12GM-EDA2.41%0
13NHBSA/WO2.56%0
14COIN4.80%0
15EHBSA/WO6.07%0
16PL-EDA6.75%0
CMachine idle timeclick to zoom
Generation 1 → 400
NB-COIN/WTROSE/WTNHBSA/WTEHBSA/WTNB-COIN
#AlgorithmRPD ↓wins
1NB-COIN/WT18.97%68
2ROSE/WT19.69%35
3NHBSA/WT26.15%81
4EHBSA/WT62.18%11
5NB-COIN63.62%18
6COIN/WT67.69%7
7HNE-COIN126.83%12
8CNE-COIN147.11%4
#AlgorithmRPD ↓wins
9SNE-COIN163.56%10
10CNB-COIN167.99%15
11RK-EDA200.43%7
12COIN269.00%0
13NHBSA/WO277.53%9
14GM-EDA281.71%0
15EHBSA/WO351.36%0
16PL-EDA498.60%0

TA001–030 × 5 matched seeds. Best-so-far curves are expressed as mean RPD from the final winner inside each instance × seed block. Curves show the five best final methods; tables retain all 16.

TA001–030 · seeds 42, 2026–202916 EDAs · population 100 · 400 generations

complete convergence · all algorithms

Makespan: all 16 trajectories

100%75%50%25%0%12550100150200250300350400GenerationMean normalized gap to final block winner (%)
#1RK-EDA0.440%#2NHBSA/WT0.580%#3NB-COIN/WT0.663%#4ROSE/WT1.169%#5NB-COIN1.264%#6CNB-COIN1.655%#7HNE-COIN1.749%#8EHBSA/WT1.768%#9COIN/WT1.975%#10GM-EDA2.185%#11CNE-COIN2.300%#12SNE-COIN2.560%#13NHBSA/WO3.025%#14COIN3.907%#15EHBSA/WO4.736%#16PL-EDA5.590%

Reading: every curve uses the same instance × seed normalization and evaluation budget. The thick purple trajectory is ROSE/WT; legend order follows final mean RPD, not visual crossing order.

TA001–TA020 · 10 seedsROSE/WT emphasized · RPD-ranked legend

complete convergence · all algorithms

Total flow time: all 16 trajectories

100%75%50%25%0%12550100150200250300350400GenerationMean normalized gap to final block winner (%)
#1NB-COIN/WT0.477%#2NHBSA/WT0.529%#3RK-EDA0.858%#4EHBSA/WT0.968%#5CNB-COIN1.512%#6ROSE/WT1.545%#7COIN/WT1.600%#8NB-COIN1.723%#9HNE-COIN1.791%#10CNE-COIN2.037%#11SNE-COIN2.176%#12GM-EDA2.542%#13NHBSA/WO2.698%#14COIN5.296%#15EHBSA/WO6.827%#16PL-EDA7.578%

Reading: every curve uses the same instance × seed normalization and evaluation budget. The thick purple trajectory is ROSE/WT; legend order follows final mean RPD, not visual crossing order.

TA001–TA020 · 10 seedsROSE/WT emphasized · RPD-ranked legend

complete convergence · all algorithms

Machine idle time: all 16 trajectories

100%75%50%25%0%12550100150200250300350400GenerationMean normalized gap to final block winner (%)
#1ROSE/WT29.154%#2NHBSA/WT62.539%#3NB-COIN/WT69.794%#4EHBSA/WT79.917%#5NB-COIN94.147%#6COIN/WT94.646%#7HNE-COIN200.744%#8CNE-COIN229.873%#9SNE-COIN234.650%#10CNB-COIN239.007%#11RK-EDA277.234%#12COIN363.099%#13NHBSA/WO376.819%#14GM-EDA384.586%#15EHBSA/WO489.144%#16PL-EDA685.396%

Reading: every curve uses the same instance × seed normalization and evaluation budget. The thick purple trajectory is ROSE/WT; legend order follows final mean RPD, not visual crossing order.

TA001–TA020 · 10 seedsROSE/WT emphasized · RPD-ranked legend

Pareto evidence · measured

ROSE must be judged by frontier depth and spread—not one scalar rank

A × BMakespan × flow time · TA020 · 10 seedsclick to zoom
Makespan (normalized) →Total flow time (normalized) →
RK-EDAHNE-COINSNE-COINNB-COINCNB-COIN
#AlgorithmHV ↑IGD+ ↓
1RK-EDA1.0260.072
2HNE-COIN0.9690.136
3SNE-COIN0.9600.151
4NB-COIN0.9580.131
5CNB-COIN0.9510.148
6CNE-COIN0.9390.166
7NHBSA/WO0.8890.181
8NHBSA/WT0.8750.217
#AlgorithmHV ↑IGD+ ↓
9GM-EDA0.8620.179
10ROSE/WT0.8000.263
11EHBSA/WT0.7850.280
12COIN0.7430.302
13NB-COIN/WT0.6850.343
14EHBSA/WO0.6380.388
15COIN/WT0.5960.417
16PL-EDA0.5550.459
A × CMakespan × idle time · TA020 · 10 seedsclick to zoom
Makespan (normalized) →Machine idle time (normalized) →
RK-EDANB-COINCNB-COINHNE-COINNHBSA/WT
#AlgorithmHV ↑IGD+ ↓
1RK-EDA0.9970.065
2NB-COIN0.9790.080
3CNB-COIN0.9440.102
4HNE-COIN0.9370.107
5NHBSA/WT0.9040.138
6CNE-COIN0.8930.133
7GM-EDA0.8780.134
8ROSE/WT0.8690.162
#AlgorithmHV ↑IGD+ ↓
9SNE-COIN0.8610.153
10EHBSA/WT0.8490.174
11NHBSA/WO0.8390.161
12COIN0.8340.181
13EHBSA/WO0.7720.226
14NB-COIN/WT0.7450.237
15COIN/WT0.6950.272
16PL-EDA0.6730.296
B × CFlow time × idle time · TA020 · 10 seedsclick to zoom
Total flow time (normalized) →Machine idle time (normalized) →
HNE-COINNB-COINCNB-COINRK-EDASNE-COIN
#AlgorithmHV ↑IGD+ ↓
1HNE-COIN0.9990.080
2NB-COIN0.9980.076
3CNB-COIN0.9950.083
4RK-EDA0.9920.065
5SNE-COIN0.9880.086
6CNE-COIN0.9840.090
7NHBSA/WT0.9570.118
8NHBSA/WO0.9540.100
#AlgorithmHV ↑IGD+ ↓
9COIN0.9450.113
10EHBSA/WT0.9340.128
11GM-EDA0.9240.104
12ROSE/WT0.9150.139
13EHBSA/WO0.8860.152
14NB-COIN/WT0.8360.192
15COIN/WT0.8050.204
16PL-EDA0.7900.215
A × B × CThree objectives · TA020 · 10 seedsclick to zoom
Makespan (normalized) →Total flow time (normalized) →size / opacity: Machine idle time
RK-EDANB-COINHNE-COINCNB-COINSNE-COIN
#AlgorithmHV ↑IGD+ ↓
1RK-EDA1.0110.066
2NB-COIN0.9710.098
3HNE-COIN0.9640.103
4CNB-COIN0.9510.114
5SNE-COIN0.9380.116
6CNE-COIN0.9380.121
7NHBSA/WO0.9060.125
8GM-EDA0.8970.114
#AlgorithmHV ↑IGD+ ↓
9NHBSA/WT0.8780.155
10COIN0.8530.161
11EHBSA/WT0.8390.172
12ROSE/WT0.8290.178
13EHBSA/WO0.7850.200
14NB-COIN/WT0.6750.264
15PL-EDA0.6620.274
16COIN/WT0.6380.282

Each line is the union frontier contributed by one algorithm. Tables include all 16 methods. TA021–TA030 will use its own common normalized reference front and must not be pooled before normalization.

10-seed checkpointEDA-only · equal population and generations

single objective · all variants

Template inheritance matters more than the SR or SH refinement

ObjectiveROSE/WTSR-ROSE/WTSH-ROSE/WTROSE/WOSR-ROSE/WOSH-ROSE/WO
Makespan#6#12#15#18#19#21
Total flow time#8#13#15#17#19#21
Machine idle time#11#13#15#18#19#20
WT EFFECTLarge and consistent

The punched parent supplies a stable scaffold while the relational model fills only missing positions.

SR EFFECTOne hypothesis is not enough

Single-reference compact sampling ranks below multi-reference ROSE/WT on every objective.

SH EFFECTMore expressive ≠ faster

The distance histogram retains multimodality, but 400 generations may not provide enough evidence to estimate it reliably.

Interpretation: current evidence supports “template-assisted relational reconstruction,” not a claim that additional relational complexity automatically improves performance.

10-seed checkpointEDA-only · equal population and generations

multi-objective · preliminary full field

ROSE preserves its family ordering, but does not yet lead the Pareto search

Objective setFull-field leaderROSE/WTSR-ROSE/WTSH-ROSE/WT
Makespan × flow timeRK-EDA#11distance 0.2581#13distance 0.2830#14
Makespan × idle timeRK-EDA#12#13#14
Flow time × idle timeSNE-COIN#13distance 0.1465#14distance 0.1520#15distance 0.1607
Three objectivesRK-EDA#13distance 0.1856#14distance 0.1946#15distance 0.2043
What remains stableROSE/WT > SR-ROSE/WT > SH-ROSE/WT across all four MO settings.
What changesRK-EDA leads three comparisons; SNE-COIN leads flow time × idle time.
What we cannot claim yetThe displayed distance is a normalized set-distance proxy, not confirmatory IGD+.

Before publication: rebuild one common reference front, normalize objectives once, then recompute HV and formal IGD+ with the same bounds for all 21 methods.

10-seed checkpointEDA-only · equal population and generations

representation verdict

ROSE is not the winner yet—but the experiment explains what it needs

SUPPORTED

Relational learning is viable

Multi-reference ROSE/WT reaches the upper half of the scalar field, including sixth place on makespan.

NOT SUPPORTED

More detailed relations always help

SR and SH trail the base multi-reference model; the empirical histogram may be data-hungry at selection rate 10%.

INSTANCE EFFECT

Idle-time strength is conditional

ROSE jointly leads the TA001–TA005 one-seed pilot, yet ranks eleventh over TA021–TA030 × five seeds.

NEXT CONTROLLED TEST

Separate budget from representation

Run 10–50% selection, convergence beyond generation 400, WT-retention ablation, and matched HV/IGD+.

Paper-safe statementROSE reveals a promising relational representation whose benefit depends on template support, objective structure, and learning budget.
10-seed checkpointEDA-only · equal population and generations

ROSE research program

A formal debut needs tuning and controlled ablation

Current signal

ROSE/WT is strongest on internal machine idle time

The present comparison suggests that relative order carries objective-specific information that edge-only models miss.

Required evidence
  • Compare WO and WT under matched seeds.
  • Tune selection rates from 10% to 50%.
  • Separate compact statistics from empirical histograms.
  • Measure convergence beyond 400 generations.
Variant ablation
ROSEmulti-reference mean prediction
SR-ROSEsingle-reference compact distance
SH-ROSEsingle-reference distance histogram
WTtemplate-guided reconstruction

ROSE remains in the representation study as a comparator. This replicated deck prepares its independent algorithm paper.