• Keine Ergebnisse gefunden

and Excesslemma!

N/A
N/A
Protected

Academic year: 2022

Aktie "and Excesslemma!"

Copied!
14
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Online Motion Planning MA-INF 1314 Smart DFS

Elmar Langetepe University of Bonn

(2)

Repetition!

• SmartDFS: DFS returnpath and components

• Simple design, complicated analysis: C + 12E − 3

• Structural property: l-Offset, l-Layer

• Edgelemma: l-Offset 8l edges less

• Pathlemma: Shortest path ≤ 12E(P) − 2

• Induction: Decompose at splitcell!

• Excesslemma:excess(P) ≤ excess(P1) + excess(K2 ∪ {c}) + 1.

• Induction over number of splitcells

(3)

Definition P

1

, P

2

and Excesslemma!

• Splitcell c! K2 ∪ {c} first!

• P2 q-Offset of K2 ∪ {c} q = l = 1, then P1 := ((P\P2) ∪ Q) ∩ P!

• excess(P) ≤ excess(P1) + excess(K2 ∪ {c}) + 1

Q

c

K2 ∪ {c}

s P2

P1

(4)

Repetition: Edges of P und Q

Lemma: P, P1, P2 und Q as given. For the number of edges we have E(P1) + E(P2) = E(P) + E(Q).

Layer 2 Layer 1

Q Q

c P2

Q

Q P2

P1

P1 c

K2 (I) (II)

(III)

c c

K2

(III)

(5)

Repetition: Exploration Theorem

Theorem: SmartDFS explores a simple gridpolygon P with C cells and E boundary edges with at most C + 12E − 3 steps.

Proof: Induction over number of components

• Induction base: One component

• Visit cells: C − 1, back to start

• Shortest path Lem: 12E(P) − 2 + C − 1 = C + 12E − 3

• And so on by induction!

(6)

Repetition! Wavefront and competitive ratio

• Wavefront Algorithmu (Lee): O(n), n cells

• Comp. Factor: S(P) ≤ 43 C(P) − 2 (Lower bound 76)

• Observation: Optimally in narrow passages!

P2 P1

(7)

Repetition

• Analyse polygons Pi, i = 1, . . . , k

• Induction over split-cells

• Induction-Base: No split-cell in layer 1.

• Lemma E(P) ≤ 23C(P) + 6 backward analysis

• Lemma S(P) ≤ C(P) + 12E(P)−5, two steps less by Offsetlemma!

• Kombination gives Induction-Base!

P2 P1

(8)

Theorem: SmartDFS is

43

competitive

• Narrow passages optimal, sequence of Pi independently!

• Only cells and steps, no edges!!

• Induction in Pi over split-cell number! S(Pi) ≤ 43C(Pi) − 2

• Induction base: Use special lemmata!

P2 P1

(9)

Induction base: S (P

i

) ≤

43

C (P

i

) − 2

• Pi no split-cell means, no split-cell in Layer 1

• Apply case-sensitive Lemma: C(P) + 12E(P) − 5

• Apply structural Lemma: E(P ) ≤ 23C(P) + 6

S(Pi) ≤ C(Pi) + 1

2E(Pi) − 5

≤ C(Pi) + 1 2

2

3C(Pi) + 6

− 5

= 4

3 C(Pi) − 2

(10)

Induction step: S (P

i

) ≤

43

C (P

i

) − 2

• Split-cell in first layer of Pi, otherwise done: Two Cases

• Split by c adjacent to some c0

• Typ (I) (curr. layer not) or Typ (II) (curr. layer fully.) component

• Split into P0 and P00 with Rectangle/Square Q

• Case (i): Q = c, othervise Q smallest rectangle around c,c0

(i) (ii) (iii) (iv)

c c P0

c

c0 c0

Q Q

c0 P00

P0 P0

P00 P0

P00

c

P00 Q

(11)

Case (i): S (P

i

) ≤

43

C (P

i

) − 2

• S(Pi) = S(P0) + S(P00) (Gate) C(Pi) = C(P0) + C(P 00) − 1

• Induction: For P0 and P00 (less split-cells)

S(Pi) = S(P0) + S(P00) ≤ 4

3 C(P0) − 2 + 4

3 C(P00) − 2

≤ 4

3 C(Pi) + 4

3 − 4 < 4

3 C(Pi) − 2

(i) (ii) (iii) (iv)

c c P0

c

c0 c0

Q Q

c0 P00

P0 P0

P00 P0

P00

c

P00 Q

(12)

Case (ii),(iii): S (P

i

) ≤

43

C (P

i

) − 2

• |Q| = 4 but save 4 steps!

• P0, P00 separately (I.H.) but

• Path in Pi from c0 to c or from c to c0 done in P0,P00

• Save at least 4=|Q| steps, two cells considered twice!

(i) (ii) (iii) (iv)

c c P0

c

c0 c0

Q Q

c0 P00

P0 P0

P00 P0

P00

c

P00 Q

(13)

Case (ii),(iii): S (P

i

) ≤

43

C (P

i

) − 2

• At least 4=|Q| steps less, two cells argument

• S(Pi) = S(P0) + S(P00) − 4 and C(Pi) = C(P0) + C(P00) − 4

• Apply I.H. for P0 and P00

S(Pi) = S(P0) + S(P00) − 4 ≤ 4

3 C(P0) + 4

3 C(P00) − 8

≤ 4

3 (C(P 0) + C(P00) − 4) − 8

3 < 4

3 C(Pi) − 2

(i) (ii) (iii) (iv)

c c P0

c

c0 c0

Q Q

c0 P00

P0 P0

P00 P0

P00

c

P00 Q

(14)

Summary SmartDFS

• Gridpolygons without holes

• Lower bound: 76

• SmartDFS: 43

• More sophisticated approach: approx. 54

• Lower bound: 2017

• Optimal Offline Solution?

Referenzen

ÄHNLICHE DOKUMENTE

Lemma Asumme the agent does not leave the labyrinth by Pledge and let Π ◦ be the repeated path.. Moves

Online Motion Planning MA-INF 1314 General rays!. Elmar Langetepe University

Online Motion Planning MA-INF 1314 Alternative cost measures!. Elmar Langetepe University

Leave the area as soon as possible Lost in a forest Bellman 1956 Escape paths for known region R Single deterministic path.. Leave area from any starting point Adversary translates

Online Motion Planning MA-INF 1314 Restricted Graphexploration.. Elmar Langetepe University

Online Motion Planning MA-INF 1314 Searching Points/Rays.. Elmar Langetepe University

Online Motion Planning MA-INF 1314 General rays!. Elmar Langetepe University

Online Motion Planning MA-INF 1314 Alternative cost measures!. Elmar Langetepe University