\documentstyle[IEEEtran]{article}
\begin{document}

\title{Interval Genetic Programming}
\author{Rajendra B. Patil}

\pagestyle{myheadings}

\markright{APIC'95, El Paso,
Extended Abstracts,
A Supplement to the international journal of {\rm Reliable
Computing}\ \ \ \ \ \ \ \ \ \ \  \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \ }

\maketitle

\begin{abstract}
The main idea of Genetic Programming 
is to apply genetic algorithm techniques (that are normally used to
find numbers) to generate programs. We start with 
a set of basic functions and variables, and simulate evolution of
programs until we get the desired program. 

In this talk, the Genetic Programming idea is applied to design programs that
process intervals. In this case, the list of basic functions includes
basic operations of interval arithmetic.
\end{abstract} 
  
\auffil{The author is with 
Computing Research and Applications (CIC-3),
MS -  M986,
Los Alamos National Laboratory,
Los Alamos, NM 87545,
email rbp@killdeer.lanl.gov.}

\end{document}


