<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/307/Problem-Space-Analysis-for-Plan-Library-Generation-and-Algorithm-Selection-in-Real-time-Systems">
		<rdfs:label><![CDATA[Problem Space Analysis for Plan Library Generation and Algorithm Selection in Real-time Systems]]></rdfs:label>
		<event:title><![CDATA[Problem Space Analysis for Plan Library Generation and Algorithm Selection in Real-time Systems]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Robert/Holder"><person:name><![CDATA[Robert Holder]]></person:name><rdfs:label><![CDATA[Robert Holder]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2009-08-26T15:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2009-08-26T17:00:00-05:00</event:endDate>
		<event:location><![CDATA[325b ITE]]></event:location>
		<event:abstract><![CDATA[﻿﻿<center><b>Ph.D. Preliminary Exam</b></center>

<p>Computing solutions to intractable planning problems is particularly problematic within real-time domains.  Many visitation planning problems can be mapped to a Dynamic Vehicle Routing Problem (DVRP), in which a system uses a set of vehicles to visit a set of potentially changing locations.  One approach to this problem includes off-line computation of contingency plans. However, because complex domains preclude creating a comprehensive library, a system must choose a subset of all possible plans to include. Strategic selections will ensure that the library contains an appropriate plan for encountered situations.</p>

<p>This work proposes a scheme in which problem space analysis drives the creation of an efficient plan library.  Problem space analysis can also inform the selection of an appropriate algorithm and its configuration during initial solution generation, and later during any necessary adaptation.</p>

<p>For complex problems, an exact analysis of the problem space is not feasible, and an efficient means of creating an approximation is required.  Thus, this work proposes the development of algorithms to both efficiently generate and leverage the problem space analysis of complex planning problems.</p>

Committee:
<ul>
<li> Dr. Tim Finin (Advisor, Chair)</li>
<li> Dr. Marie desJardins</li>
<li> Dr. Tim Oates</li>
<li> Dr. R. Scott Cost</li>
</ul>]]></event:abstract>
		<event:tag><![CDATA[ai]]></event:tag>
		<event:tag><![CDATA[planning]]></event:tag>
		<assert:eventPptSlides rdf:resource="http://ebiquity.umbc.edu/resource/html/id/277/Problem-Space-Analysis-for-Plan-Library-Generation-and-Algorithm-Selection-in-Real-time-Systems" />
	</event:Event>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
