Skip to content

Commit

Permalink
updated template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2Brownlee committed Feb 25, 2010
1 parent adf8476 commit 8eae849
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 66 deletions.
11 changes: 5 additions & 6 deletions book/a_evolution/differential_evolution.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
11 changes: 5 additions & 6 deletions book/a_evolution/evolution_strategies.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
12 changes: 6 additions & 6 deletions book/a_evolution/evolutionary_programming.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% Code Listing
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
12 changes: 6 additions & 6 deletions book/a_evolution/genetic_algorithm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% Code Listing
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
12 changes: 6 additions & 6 deletions book/a_evolution/genetic_programming.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% Code Listing
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
12 changes: 6 additions & 6 deletions book/a_evolution/grammatical_evolution.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% Code Listing
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
12 changes: 6 additions & 6 deletions book/a_evolution/island_population.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% Code Listing
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
12 changes: 6 additions & 6 deletions book/a_evolution/learning_classifier_system.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ \subsection{Heuristics}
% What are the guidelines for the application of a technique to a problem instance?
A bullet-point listing of best practice usage.

% Tutorial: Guided implementation
% The tutorial description provides a guide to realizing the technique using a programming lan- guage. The result of completing the tutorial is a minimal yet complete implementation of the technique applied to a problem, similar or the same to the source code description. The tuto- rial description provides explanations as to the design decisions and rationale for the way the technique is implemented. The tutorial description is textual, providing a narrative with an objective, a series of steps, and outcome that may be interspersed with source code examples.
\subsection{Tutorial}
% What is the rationale when implementing a technique as an executable program?
% What is the rationale when applying a technique to a concrete problem instance?
A textural narrative for realizing the algorithm with complete source code.
% Code Listing
% The code description provides a minimal but functional version of the technique implemented with a programming language. The code description must be able to be typed into an appropriate computer, compiled or interpreted as need be, and provide a working execution of the technique. The technique implementation also includes a minimal problem instance to which it is applied, and both the problem and algorithm implementations are complete enough to demonstrate the techniques procedure. The description is presented as a programming source code listing.
\subsection{Code Listing}
% How is a technique implemented as an executable program?
% How is a technique applied to a concrete problem instance?
A code listing and a terse description of the listing.

% References: Deeper understanding
% The references element description includes a listing of both primary sources of information about the technique as well as useful introductory sources for novices to gain a deeper understanding of the theory and application of the technique. The description consists of hand-selected reference material including books, peer reviewed conference papers, journal articles, and potentially websites. A bullet-pointed structure is suggested.
Expand Down
Loading

0 comments on commit 8eae849

Please sign in to comment.