\documentclass[a4paper]{article}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
%% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\title{Bahria University Cafe Model V.1}
\author{Muhammad Orangzaib}
\begin{document}
\maketitle
\section{Introduction}
This model is created in Netlogo 6.0.2 which is used to create the Agent Based Models. This is the first version of a model. In this initial version of "Bahria University Cafe Model" we design number of male and female agents, the exact locations of tables and the number of seating places. Students come and sit on the locations following the path between tables only. And then after random time, they leave the cafe. Male and Female students do not sit on the same side.
\section{working}
The rules of this model are exact locations of tables and the number of seating places. Students come and sit on the locations following the path between tables only. And then after random time, they leave the cafe. Male and Female students do not sit on the same side.
\section{Use of Model}
Choose the number of male students and also the number of female students. Examine the moving time of students to their seating places and how much time they spend in cafe and returned. Then press the setup button to initialize the model and press go button to run the simulation of model.
\section{Bahria University Cafeteria Model Design In Netlogo}
See "Bahria University Cafeteria Model Design in Netlogo" in figure 1. In this model interface had two buttons one is setup used to initialize the model and then second button is go which is used to run the simulations. Then two sliders are used to control the number of male and female student agents. This model contain four tables in a cafeteria and seven chairs on each table both sides. Students go to the cafeteria order some food, eat food and went out.
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{model.PNG}
\caption{\label{fig:model} Bahria University Cafe Model Version 1.}
\end{figure}
\section{ODD Model of "Bahria University Cafeteria"}
ODD stands for Overview, Design concept, and Details. It was first developed by V.Grimm et al. in 2006. The model got updated in 2010. ODD is a technique i.e. textually based specification which is used for documenting Agent Based Models (ABM). ODD model provides a checklist which wraps up the important features of the model. It mainly consists of three features i.e. Overview, Design concept, and Detail. These three features are further divided into other subparts.
\section{Specification according to ODD}
\subsection{Overview}
\subsubsection{Purpose}
The basic purpose is to understand the combination of agent based and exploratory agent based modeling approaches that can be used to simulate Bahria University Cafe Model. The next step would be validating the model with respect to the real world entities.
\subsubsection{Entities}
There are several types of agents involved,
\begin{enumerate}
\item Number of male students
\item Number of female students
\item Number of waiters
\item Number of tables
\item Number of chairs
\end{enumerate}
\subsubsection{Process}
The Bahria University Cafeteria concept is deployed for students refreshments. Students come to the cafe, eat and drink.
\subsection{Design Concepts}
\subsubsection{Basic principles}
The basic hypothesis of the model is that an exploratory agent based approach is good for modeling this model. In our case we used a combination of agent based and exploratory agent based modeling approaches.
\subsubsection{Emergence}
This factor gives the information about the expected behavior of the model i.e. what will be the output of the model.
\subsubsection{Adaptation}
This feature shows the decision making ability of the agents in different environments.
\subsubsection{Objectives}
The main objective this model are exact locations of tables and the number of seating places. Students come and sit on the locations following the path between tables only. And then after random time, they leave the cafe. Male and Female students do not sit on the same side.
\section{Results And Discussion}
\subsection{Behavior Space Experiments}
Behavior space experiment with first parameter, numbers of male students
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{1S.PNG}
\caption{\label{fig:1S} Behavior space with 20 cycles number of male students of Bahria University Cafe Model Version 1.}
\end{figure}
Behavior space experiment with second parameter, numbers of male students
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{2S.PNG}
\caption{\label{fig:2S} Behavior space with 20 cycles number of female students of Bahria University Cafe Model Version 1.}
\end{figure}
Behavior space experiment with first parameter, number of male students
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{1M.PNG}
\caption{\label{fig:1S} Behavior space with 30 cycles number of male students of Bahria University Cafe Model Version 1.}
\end{figure}
Behavior space experiment with second parameter, numbers of male students
\begin{figure}
\centering
\includegraphics[width=1.0\textwidth]{2M.PNG}
\caption{\label{fig:2S} Behavior space with 30 cycles number of female students of Bahria University Cafe Model Version 1.}
\end{figure}
\subsection{Discussion}
This is a first version of Bahira University Cafeteria Model. In this model, exact locations of tables and the number of seating places. Students come and sit on the locations following the path between tables only. And then after random time, they leave the cafe. Male and Female students do not sit on the same side. We also update this model in second version of the model.
\end{document}