SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
_________________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page - 408
ACO Based Routing and Euler Walks Routing of Solid Waste
Management Transportation- A Comparative Analysis
Dr. Swapan Kumar Maity
West Bengal University of Technology
Introduction
Municipal solid waste management (MSWM) is an integral part of urban environmental planning [1,2,3,4 &5]. The characteristics
and quantity of MSW arising from domestic, commercial and industrial activities in a region is not only the result of growing
population, rising standards of living and technology development, but also due to the abundance and type of the region’s natural
resources[4]. The collection, transport, treatment and disposal of solid wastes, particularly wastes generated in medium and large
urban centres, have become a relatively difficult problem to solve. To promote sustainable development, waste management has
evolved into material flow management in many developed countries, and includes careful handling of raw materials and
reduction of emissions as well as climate/environment protection. More than 90% of the MSW generated in India is directly
disposed on land in an unsatisfactory manner .The problem is already acute in cities and towns as disposal facilities have not been
able to keep pace with the quantum of wastes generated. It is common to find large heaps of garbage lying in a disorganized
manner in every nook and corner in large cities. Thus transportation of these wastes in effective way is one of the major problem
in Municipal Solid Waste Management.
To provide a waste management service which can be acceptable on existing financial constrains, the action plan proposed two
elements of the plan firstly the creation of an efficient Management Information System (MIS) & Geographical Information
System (GIS) and secondly the provision of planning and management such that there are possibilities of improvement in financial
and institutional support. Due to the financial constrains it was suggested to incorporate those options which can promote the
improvement in the system without a major capital investment. So it is proposed to create the MIS and GIS information.
Moreover, the successful implementation of GIS & MIS in designing of transportation pathway of solid waste has been aided by
the exponential growth in computing power but comparative analysis between these proposed methods are till absent. Routing
algorithms use a standard of measurement called a metric (i.e. path length) to determine the optimal route or path to a specified
destination. Optimal routes are determined by comparing metrics, and these metrics can differ depending on the design of the
routing algorithm used [3].The complexity of the problem is high due to many alternatives that have to be considered. Fortunately,
many algorithms have been developed and discussed in order to find an optimized solution, leading to various different results.
The reason for this diversity is that the majority of routing algorithms include the use of heuristic algorithms. Heuristic algorithms
are adhoc, trial-and-error methods which do not guarantee to find the optimal solution but are designed to find near-optimal
solutions in a fraction of the time required by optimal methods.
Graph theory has many applications and has proven to be an extremely useful tool in analyzing various practical problems which
was first introduced by Euler during1736, a Swiss mathematician, in his solution of the now famous K¨onigsberg bridge problem.
The city of K¨onigsberg (now Kaliningrad) was divided into four sections by the Pregel river, with seven bridges connecting the
sections. It is said that residents spent their Sunday afternoons trying to find a way to walk around the city crossing each bridge
exactly once and returning to where they started. Euler was able to solve this problem by constructing a graph of the city and
investigating the features of this graph. The application of graph theory is vast, from electrical or telecommunications networks to
traffic systems, from pipelines to flow charts, from biological evolutionary trees to chemical compounds, from organizational
charts to computer data structures etc.
Ant Colony Optimization or ACO is the field of ant algorithms which are derived from the observation of real ants’ behavior, and
uses these models as a source of inspiration for the design of intelligent algorithms for solving optimization and distributed control
problems. In ACO, a number of artificial ants build solutions to an optimization problem and exchange information on the quality
of these solutions via a communication scheme that is suggestive of the one adopted by real ants. The behavior of artificial ants is
based on the traits of real ants, plus additional abilities that make them more effective, such as a limited form of memory in which
they can store the partial paths they have followed so far, as well as the cost of the links they have traversed. Each ant of the
“colony” builds a solution to the problem under consideration, and uses information collected on the features of the problem and
its own performance to change how other ants process the problem. Interestingly, ACO algorithms are based on the following
idea:
• each path followed by an ant on a graph is associated with a candidate solution for a given problem. Ants perform stochastic
walks in the graph, consisting of a series of stochastic steps until the termination criterion is reached.
• When an ant follows a path, the amount of pheromone deposited on that path is proportional to the quality of the corresponding
candidate solution for the target problem. Moreover, artificial pheromone evaporation is often used to avoid premature
convergence on a suboptimal solution (stagnation). When an ant has to choose between two or more paths, the path(s) with a
higher amount of pheromone has a greater probability of being chosen by the ant. What is relevant to realize is that a stochastic
choice is made based on the probability distribution. The possibility of an ant choosing a path with low probability is often
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
_________________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page - 409
decisive because it enables the discovery of new solutions. The stochastic state transition rule is responsible for defining the
relevance of different local variables, like the emphasis on pheromone values or other local heuristics.
Both ACO and Graph theory can be applied in Solid Waste transportation problem. In this paper comparative analysis of these
techniques are described. Here the transportation problem of Chandannagar Municipality was considered.
2. Case Study
Chandannagore is a semi-urban area of Hooghly district of West Bengal, India [2,5]. This area is situated at the bank of river
Ganga and therefore one of the most important environmental consequences of the process of Solid Waste Management (SWM) of
this area is to protect this large river from uncollected or dumped garbage from where the waste is washed into water bodies,
resulting to a negative impact on the environment. The poor quality of the services provided in terms of solid waste collection and
disposal is the issues of concern. Chandannagar Municipal Corporation is responsible for collection of solid waste which is
produced day by day from different areas of Chandannagar. It is noted that there are five borough and 33 wards in Chandannagar.
There are 35,630 houses in this area which was considered in our study. There are several sources for solid waste generation in
this city which are as follows:
i) Markets
ii) Play Ground/ Parks
iii) Domestic Buildings/ Houses
iv) Houses containing shops
v) Institutions
vi) Offices/Bhawans/Complex
vii) Hospitals
Following are the statistical information of producing solid waste (in kg) per day from different sectors depicted in Table 2 and
Table 3 gives the details of seven wards which were densely populated:
Table: 2
Table 3
Serial No Ward Number Number of Market Population
1 6 1 4688
2 8 1 7632
3 18 1 5453
4 21 1 5919
5 23 1 4202
6 30 1 4994
7 31 1 3321
(a) (b)
Fig 1. (a) Map of Chandannagar Municipality and location of bins (red colored) in that area (b)
Area No. of borough No. of ward No. of house
hold
Population No. of
Market
No. of
Hospital
22.03 km2
5 33 35630 162187 7 2
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
_________________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page - 410
We can apply the Euler’s method as follows: consider that each position of bins is nothing but the node of a graph and path
between consecutive bins is edge. Thus we can try to find whether there exists a walk across all bins that are situated in a
particular municipal area. If we find then it will be the optimal solution of the above mentioned problem. After getting the solution
we can analyze whether derived walk is an economically feasible or not on the basis of cost benefit analysis. Thus hypothetically
the Euler walk of Chandannagar Municipal area may be as follows:
Fig. 2 Euler walk across all bins situated at Chandannagar Municipality
In our previous work we have applied a heuristic algorithm for depicting implementation of GIS in SWM. For sake of curiosity we
have applied this heuristic algorithm for calculating routing length and the experimental results confirm an improvement of the
optimum route by about 25.6% in ACO, in comparison with the heuristic method, and an improvement of the average route by
about 10.45% with respect to previous one. This improvement reduces the collection and transportation costs of the trucks
considerably, as might be expected. However, it should be noted that the ACO algorithm is time-consuming in terms of CPU time.
Each execution of the ACO algorithm takes approximately 15–20 min, a fact which resulted in running the algorithm for several
months, with all the aforementioned combinations of parameter settings.
Fig. 3 the proposed pathways (green colored) for garbage collection on the basis of ACO algorithm
3. Comparative Analysis
The length of each edge can be calculated providing the longitude and latitude information of each bin in Google map and a cost
function is responsible for calculating cost of each edge by providing this length. So the derived walks of both cases should be
optimal solutions.
However, on the other hand, a cost can be assigned to any delay in visiting the priority nodes. For various ratios between the costs
assigned, we would in general get different optimal solutions to the optimization problem. For example, the solutions found here
are valid for the case, where the cost of additional edges traversed is much bigger that the cost of delays and delay for the first
priority node is much bigger than the cost of delay for the second node, and so on. From the last figure, it is clearly stated that the
transportation pathways of these two methods are distinct. But the total length derived by the ACO algorithm is more or less 8%
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
_________________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page - 411
shorter than the transportation pathway estimated by Euler method which ultimately reduced more or less 15% of solid waste
transportation charges.
4. Conclusion
This work focuses on the collection and transport of solid waste from specific loading spots in the area under study, the problem is
modelled as a TSP instance. Recent results in complexity theory indicate that a lot of network optimization problems such as TSP
are inherently difficult to solve. In fact, it is unlikely that polynomial algorithms can be obtained for exact solution to these
problems. Considering this, heuristic algorithms have become increasingly important. In this paper, an efficient and accurate
heuristic algorithm for efficient solution of ACO algorithm with GIS are presented and evaluated and compared with our previous
work. This innovative algorithm in this particular research area, is introduced and implemented, for monitoring, simulation,
testing, and cost optimization of alternative scenarios for a solid waste management system. The experiments have revealed that
applying ACO with GIS, for the solution of this every day problem, the tour length and eventually the total cost in time and money
can be greatly minimized. More specifically, ACO achieved to calculate the most efficient route, closely followed by our previous
heuristic based approach. However, both algorithms have investigated on limited amount of data. In future we will try to run both
algorithms on voluminous data.
REFERENCE
1. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ A Case Study on Municipal Solid Waste Management in Salt Lake City”,
International Journal of Engineering Science and Technology, ISSN 0975-5462, August 2011, Volume 3, Issue 8, Pages: 6208-
6211
2. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ A Case Study on Municipal Solid Waste Management in Chandannagar
City”, International Journal of Application or Innovation in Engineering & Management, ISSN 2319-4847, November 2012,
Volume 1, Issue 3, Pages: 1-4
3. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ Solid Waste Management and Salt Lake Municipality- A GIS and MIS
Approach”, International Journal of Research and Reviews in Applied Sciences (IJRRAS), ISSN 2076-734X, November 2012,
Volume 13, Issue 2, Pages: 461-468
4. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ A Comparative Analysis between Environmental Protection (Waste
Management) Regulation 2000 and Bidhan Nagar Municipal Solid Waste Management to Propose a Realistic Solutions”,
International Journal of Engineering Innovation & Research, ISSN 2277-5668, November 2012, Volume 1, Issue 6, Pages:
510-515
5. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ Application of GIS & MIS in the Context of SWM of Chandannagar
Municipality”, International Journal of Innovative Research in Engineering & Science, ISSN 2319-5665, December 2012,
Issue 1, Volume 6, pages: 45-52

Mais conteúdo relacionado

Mais procurados

Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...
Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...
Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...
AM Publications
 
Accident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case StudyAccident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case Study
iosrjce
 

Mais procurados (9)

Identification of Blackspots and Accident Analysis using GIS
Identification  of Blackspots and Accident Analysis  using GISIdentification  of Blackspots and Accident Analysis  using GIS
Identification of Blackspots and Accident Analysis using GIS
 
IRJET- Identification and Analysis of Accident Blackspots using GIS
IRJET- Identification and Analysis of Accident Blackspots using GISIRJET- Identification and Analysis of Accident Blackspots using GIS
IRJET- Identification and Analysis of Accident Blackspots using GIS
 
Determination of congestion charge for car users in cbd area of thiruvanantha...
Determination of congestion charge for car users in cbd area of thiruvanantha...Determination of congestion charge for car users in cbd area of thiruvanantha...
Determination of congestion charge for car users in cbd area of thiruvanantha...
 
Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...
Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...
Estimation of Annual Runoff in Indravati Sub Basin of Godavari River using St...
 
Application of max min ant system in modelling the inspectional
Application of max min ant system in modelling the inspectionalApplication of max min ant system in modelling the inspectional
Application of max min ant system in modelling the inspectional
 
Accident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case StudyAccident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case Study
 
IRJET- Evaluation of Traffic Congestion using Comparative Land use Pattern-A ...
IRJET- Evaluation of Traffic Congestion using Comparative Land use Pattern-A ...IRJET- Evaluation of Traffic Congestion using Comparative Land use Pattern-A ...
IRJET- Evaluation of Traffic Congestion using Comparative Land use Pattern-A ...
 
D43011925
D43011925D43011925
D43011925
 
Comparative Analysis of Empirical Models Derived Groundwater Recharge Estimat...
Comparative Analysis of Empirical Models Derived Groundwater Recharge Estimat...Comparative Analysis of Empirical Models Derived Groundwater Recharge Estimat...
Comparative Analysis of Empirical Models Derived Groundwater Recharge Estimat...
 

Destaque

A COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARES
A COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARESA COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARES
A COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARES
AM Publications
 
Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...
Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...
Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...
Rohit Shenvi
 
porto david 11012015 small
porto david 11012015 smallporto david 11012015 small
porto david 11012015 small
David Kurniawan
 
dat-Post-Producer-final
dat-Post-Producer-finaldat-Post-Producer-final
dat-Post-Producer-final
Scott Matics
 
Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...
Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...
Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...
PinHealth
 

Destaque (11)

A COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARES
A COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARESA COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARES
A COMPARATIVE STUDY OF OMRF & SMRF STRUCTURAL SYSTEM USING DIFFERENT SOFTWARES
 
To Design and Develop a Quarter-Circle Shaped Patch Antenna with Triple Notch...
To Design and Develop a Quarter-Circle Shaped Patch Antenna with Triple Notch...To Design and Develop a Quarter-Circle Shaped Patch Antenna with Triple Notch...
To Design and Develop a Quarter-Circle Shaped Patch Antenna with Triple Notch...
 
Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...
Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...
Generation of Context-Specific Electronic Patient Care Reports (ePCR) using D...
 
CATS_Brochure_2014
CATS_Brochure_2014CATS_Brochure_2014
CATS_Brochure_2014
 
porto david 11012015 small
porto david 11012015 smallporto david 11012015 small
porto david 11012015 small
 
Mule smtp connector
Mule smtp connectorMule smtp connector
Mule smtp connector
 
dat-Post-Producer-final
dat-Post-Producer-finaldat-Post-Producer-final
dat-Post-Producer-final
 
Paradise1magazine.doc
Paradise1magazine.docParadise1magazine.doc
Paradise1magazine.doc
 
Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...
Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...
Uticaj dobrovoljnog povjerljivog savjetovanja i testiranja na hiv na promjene...
 
140210106009
140210106009140210106009
140210106009
 
Slide 2 WestCal Political Science 1 - US Government 2015-2016
Slide 2 WestCal Political Science 1 - US Government 2015-2016Slide 2 WestCal Political Science 1 - US Government 2015-2016
Slide 2 WestCal Political Science 1 - US Government 2015-2016
 

Semelhante a ACO Based Routing and Euler Walks Routing of Solid Waste Management Transportation- A Comparative Analysis

Route optimization of community solid waste management in selected wards of b...
Route optimization of community solid waste management in selected wards of b...Route optimization of community solid waste management in selected wards of b...
Route optimization of community solid waste management in selected wards of b...
eSAT Journals
 
Quantifying modelingon risk of travel demand and measure to sustaining road s...
Quantifying modelingon risk of travel demand and measure to sustaining road s...Quantifying modelingon risk of travel demand and measure to sustaining road s...
Quantifying modelingon risk of travel demand and measure to sustaining road s...
eSAT Journals
 

Semelhante a ACO Based Routing and Euler Walks Routing of Solid Waste Management Transportation- A Comparative Analysis (20)

A study Report on Implementation of GIS in Solid Waste Management
A study Report on Implementation of GIS in Solid Waste ManagementA study Report on Implementation of GIS in Solid Waste Management
A study Report on Implementation of GIS in Solid Waste Management
 
Route optimization of community solid waste management in selected wards of b...
Route optimization of community solid waste management in selected wards of b...Route optimization of community solid waste management in selected wards of b...
Route optimization of community solid waste management in selected wards of b...
 
Route optimization of solid waste transportation in part of Lucknow- Capital ...
Route optimization of solid waste transportation in part of Lucknow- Capital ...Route optimization of solid waste transportation in part of Lucknow- Capital ...
Route optimization of solid waste transportation in part of Lucknow- Capital ...
 
Applications of GIS in Municipal Solid Waste Management
Applications of GIS in Municipal Solid Waste ManagementApplications of GIS in Municipal Solid Waste Management
Applications of GIS in Municipal Solid Waste Management
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
 
Solid waste management bin allocation and relocation by using remote sensing ...
Solid waste management bin allocation and relocation by using remote sensing ...Solid waste management bin allocation and relocation by using remote sensing ...
Solid waste management bin allocation and relocation by using remote sensing ...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
An Integrated Parametric Approach To Landfill Site Selection Fuzzy GIS-Based ...
An Integrated Parametric Approach To Landfill Site Selection Fuzzy GIS-Based ...An Integrated Parametric Approach To Landfill Site Selection Fuzzy GIS-Based ...
An Integrated Parametric Approach To Landfill Site Selection Fuzzy GIS-Based ...
 
Nhst 11 surat, Application of RS & GIS in urban waste management
Nhst 11 surat,  Application of RS  & GIS in urban waste managementNhst 11 surat,  Application of RS  & GIS in urban waste management
Nhst 11 surat, Application of RS & GIS in urban waste management
 
IRJET- A Review Paper on Movable Divider and Cost Efficiency
IRJET-  	  A Review Paper on Movable Divider and Cost EfficiencyIRJET-  	  A Review Paper on Movable Divider and Cost Efficiency
IRJET- A Review Paper on Movable Divider and Cost Efficiency
 
IRJET- Review Paper on Considering Traffic Congestion Frame Work in Nagpur Me...
IRJET- Review Paper on Considering Traffic Congestion Frame Work in Nagpur Me...IRJET- Review Paper on Considering Traffic Congestion Frame Work in Nagpur Me...
IRJET- Review Paper on Considering Traffic Congestion Frame Work in Nagpur Me...
 
Quantifying modelingon risk of travel demand and measure to sustaining road s...
Quantifying modelingon risk of travel demand and measure to sustaining road s...Quantifying modelingon risk of travel demand and measure to sustaining road s...
Quantifying modelingon risk of travel demand and measure to sustaining road s...
 
IRJET- Smart City Waste Management System using IoT Server
IRJET-  	  Smart City Waste Management System using IoT ServerIRJET-  	  Smart City Waste Management System using IoT Server
IRJET- Smart City Waste Management System using IoT Server
 
urban blockage lessening by application of principal component analysis
urban blockage lessening by application of principal component analysisurban blockage lessening by application of principal component analysis
urban blockage lessening by application of principal component analysis
 
ASSESSMENT OF URBAN DYNAMICS IN LAND USE AND DEMOGRPAHY USING GIS TECHNIQUES
ASSESSMENT OF URBAN DYNAMICS IN LAND USE AND DEMOGRPAHY USING GIS TECHNIQUESASSESSMENT OF URBAN DYNAMICS IN LAND USE AND DEMOGRPAHY USING GIS TECHNIQUES
ASSESSMENT OF URBAN DYNAMICS IN LAND USE AND DEMOGRPAHY USING GIS TECHNIQUES
 
Investigation of the Socioeconomic Factors Influencing Municipal Solid Waste ...
Investigation of the Socioeconomic Factors Influencing Municipal Solid Waste ...Investigation of the Socioeconomic Factors Influencing Municipal Solid Waste ...
Investigation of the Socioeconomic Factors Influencing Municipal Solid Waste ...
 
Agent-based modelling and resource network optimisation for the WASH sector i...
Agent-based modelling and resource network optimisation for the WASH sector i...Agent-based modelling and resource network optimisation for the WASH sector i...
Agent-based modelling and resource network optimisation for the WASH sector i...
 
Traffic studies of urban mid block section a case study of pragatinagar to ak...
Traffic studies of urban mid block section a case study of pragatinagar to ak...Traffic studies of urban mid block section a case study of pragatinagar to ak...
Traffic studies of urban mid block section a case study of pragatinagar to ak...
 
SELL - Smart Energy for Leveraging LPG use - White Paper
SELL - Smart Energy for Leveraging LPG use - White PaperSELL - Smart Energy for Leveraging LPG use - White Paper
SELL - Smart Energy for Leveraging LPG use - White Paper
 
A multi-objective evolutionary scheme for control points deployment in intell...
A multi-objective evolutionary scheme for control points deployment in intell...A multi-objective evolutionary scheme for control points deployment in intell...
A multi-objective evolutionary scheme for control points deployment in intell...
 

Mais de AM Publications

ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
AM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
AM Publications
 

Mais de AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Último

Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...
Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...
Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...
BrixsonLajara
 
一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理
一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理
一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理
zubnm
 
High Profile Escort in Abu Dhabi 0524076003 Abu Dhabi Escorts
High Profile Escort in Abu Dhabi 0524076003 Abu Dhabi EscortsHigh Profile Escort in Abu Dhabi 0524076003 Abu Dhabi Escorts
High Profile Escort in Abu Dhabi 0524076003 Abu Dhabi Escorts
Monica Sydney
 
Corporate_Science-based_Target_Setting.pptx
Corporate_Science-based_Target_Setting.pptxCorporate_Science-based_Target_Setting.pptx
Corporate_Science-based_Target_Setting.pptx
arnab132
 

Último (20)

Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...
Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...
Disaster risk reduction management Module 4: Preparedness, Prevention and Mit...
 
Sensual Call Girls in Surajpur { 9332606886 } VVIP NISHA Call Girls Near 5 St...
Sensual Call Girls in Surajpur { 9332606886 } VVIP NISHA Call Girls Near 5 St...Sensual Call Girls in Surajpur { 9332606886 } VVIP NISHA Call Girls Near 5 St...
Sensual Call Girls in Surajpur { 9332606886 } VVIP NISHA Call Girls Near 5 St...
 
Call Girls in Gachibowli / 8250092165 Genuine Call girls with real Photos and...
Call Girls in Gachibowli / 8250092165 Genuine Call girls with real Photos and...Call Girls in Gachibowli / 8250092165 Genuine Call girls with real Photos and...
Call Girls in Gachibowli / 8250092165 Genuine Call girls with real Photos and...
 
Russian Escort Dubai 0503464457 Dubai Escorts
Russian Escort Dubai 0503464457 Dubai EscortsRussian Escort Dubai 0503464457 Dubai Escorts
Russian Escort Dubai 0503464457 Dubai Escorts
 
Research.pptxdfdddddddddddddddddddddddddddddddddddd
Research.pptxdfddddddddddddddddddddddddddddddddddddResearch.pptxdfdddddddddddddddddddddddddddddddddddd
Research.pptxdfdddddddddddddddddddddddddddddddddddd
 
一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理
一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理
一比一原版(UMiami毕业证书)迈阿密大学毕业证如何办理
 
NO1 Google Best Black Magic Specialist Near Me Spiritual Healer Powerful Love...
NO1 Google Best Black Magic Specialist Near Me Spiritual Healer Powerful Love...NO1 Google Best Black Magic Specialist Near Me Spiritual Healer Powerful Love...
NO1 Google Best Black Magic Specialist Near Me Spiritual Healer Powerful Love...
 
Faridabad Call Girl ₹7.5k Pick Up & Drop With Cash Payment 8168257667 Badarpu...
Faridabad Call Girl ₹7.5k Pick Up & Drop With Cash Payment 8168257667 Badarpu...Faridabad Call Girl ₹7.5k Pick Up & Drop With Cash Payment 8168257667 Badarpu...
Faridabad Call Girl ₹7.5k Pick Up & Drop With Cash Payment 8168257667 Badarpu...
 
RA 7942:vThe Philippine Mining Act of 1995
RA 7942:vThe Philippine Mining Act of 1995RA 7942:vThe Philippine Mining Act of 1995
RA 7942:vThe Philippine Mining Act of 1995
 
Hook Up Call Girls Rajgir 9332606886 High Profile Call Girls You Can Get T...
Hook Up Call Girls Rajgir   9332606886  High Profile Call Girls You Can Get T...Hook Up Call Girls Rajgir   9332606886  High Profile Call Girls You Can Get T...
Hook Up Call Girls Rajgir 9332606886 High Profile Call Girls You Can Get T...
 
High Profile Escort in Abu Dhabi 0524076003 Abu Dhabi Escorts
High Profile Escort in Abu Dhabi 0524076003 Abu Dhabi EscortsHigh Profile Escort in Abu Dhabi 0524076003 Abu Dhabi Escorts
High Profile Escort in Abu Dhabi 0524076003 Abu Dhabi Escorts
 
Call girl in Sharjah 0503464457 Sharjah Call girl
Call girl in Sharjah 0503464457 Sharjah Call girlCall girl in Sharjah 0503464457 Sharjah Call girl
Call girl in Sharjah 0503464457 Sharjah Call girl
 
Call Girls in Veraval - 8250092165 Our call girls are sure to provide you wit...
Call Girls in Veraval - 8250092165 Our call girls are sure to provide you wit...Call Girls in Veraval - 8250092165 Our call girls are sure to provide you wit...
Call Girls in Veraval - 8250092165 Our call girls are sure to provide you wit...
 
Deforestation
DeforestationDeforestation
Deforestation
 
Jumping Scales and Producing peripheries.pptx
Jumping Scales and Producing peripheries.pptxJumping Scales and Producing peripheries.pptx
Jumping Scales and Producing peripheries.pptx
 
Presentation: Farmer-led climate adaptation - Project launch and overview by ...
Presentation: Farmer-led climate adaptation - Project launch and overview by ...Presentation: Farmer-led climate adaptation - Project launch and overview by ...
Presentation: Farmer-led climate adaptation - Project launch and overview by ...
 
Corporate_Science-based_Target_Setting.pptx
Corporate_Science-based_Target_Setting.pptxCorporate_Science-based_Target_Setting.pptx
Corporate_Science-based_Target_Setting.pptx
 
IFLA ENSULIB Webinar Series #12: Sustainability - Bringing Nature and Communi...
IFLA ENSULIB Webinar Series #12: Sustainability - Bringing Nature and Communi...IFLA ENSULIB Webinar Series #12: Sustainability - Bringing Nature and Communi...
IFLA ENSULIB Webinar Series #12: Sustainability - Bringing Nature and Communi...
 
Vip Salem Call Girls 8250092165 Low Price Escorts Service in Your Area
Vip Salem Call Girls 8250092165 Low Price Escorts Service in Your AreaVip Salem Call Girls 8250092165 Low Price Escorts Service in Your Area
Vip Salem Call Girls 8250092165 Low Price Escorts Service in Your Area
 
NO1 Google Kala Jadu Expert Specialist In Qatar Kala Jadu Expert Specialist I...
NO1 Google Kala Jadu Expert Specialist In Qatar Kala Jadu Expert Specialist I...NO1 Google Kala Jadu Expert Specialist In Qatar Kala Jadu Expert Specialist I...
NO1 Google Kala Jadu Expert Specialist In Qatar Kala Jadu Expert Specialist I...
 

ACO Based Routing and Euler Walks Routing of Solid Waste Management Transportation- A Comparative Analysis

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com _________________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page - 408 ACO Based Routing and Euler Walks Routing of Solid Waste Management Transportation- A Comparative Analysis Dr. Swapan Kumar Maity West Bengal University of Technology Introduction Municipal solid waste management (MSWM) is an integral part of urban environmental planning [1,2,3,4 &5]. The characteristics and quantity of MSW arising from domestic, commercial and industrial activities in a region is not only the result of growing population, rising standards of living and technology development, but also due to the abundance and type of the region’s natural resources[4]. The collection, transport, treatment and disposal of solid wastes, particularly wastes generated in medium and large urban centres, have become a relatively difficult problem to solve. To promote sustainable development, waste management has evolved into material flow management in many developed countries, and includes careful handling of raw materials and reduction of emissions as well as climate/environment protection. More than 90% of the MSW generated in India is directly disposed on land in an unsatisfactory manner .The problem is already acute in cities and towns as disposal facilities have not been able to keep pace with the quantum of wastes generated. It is common to find large heaps of garbage lying in a disorganized manner in every nook and corner in large cities. Thus transportation of these wastes in effective way is one of the major problem in Municipal Solid Waste Management. To provide a waste management service which can be acceptable on existing financial constrains, the action plan proposed two elements of the plan firstly the creation of an efficient Management Information System (MIS) & Geographical Information System (GIS) and secondly the provision of planning and management such that there are possibilities of improvement in financial and institutional support. Due to the financial constrains it was suggested to incorporate those options which can promote the improvement in the system without a major capital investment. So it is proposed to create the MIS and GIS information. Moreover, the successful implementation of GIS & MIS in designing of transportation pathway of solid waste has been aided by the exponential growth in computing power but comparative analysis between these proposed methods are till absent. Routing algorithms use a standard of measurement called a metric (i.e. path length) to determine the optimal route or path to a specified destination. Optimal routes are determined by comparing metrics, and these metrics can differ depending on the design of the routing algorithm used [3].The complexity of the problem is high due to many alternatives that have to be considered. Fortunately, many algorithms have been developed and discussed in order to find an optimized solution, leading to various different results. The reason for this diversity is that the majority of routing algorithms include the use of heuristic algorithms. Heuristic algorithms are adhoc, trial-and-error methods which do not guarantee to find the optimal solution but are designed to find near-optimal solutions in a fraction of the time required by optimal methods. Graph theory has many applications and has proven to be an extremely useful tool in analyzing various practical problems which was first introduced by Euler during1736, a Swiss mathematician, in his solution of the now famous K¨onigsberg bridge problem. The city of K¨onigsberg (now Kaliningrad) was divided into four sections by the Pregel river, with seven bridges connecting the sections. It is said that residents spent their Sunday afternoons trying to find a way to walk around the city crossing each bridge exactly once and returning to where they started. Euler was able to solve this problem by constructing a graph of the city and investigating the features of this graph. The application of graph theory is vast, from electrical or telecommunications networks to traffic systems, from pipelines to flow charts, from biological evolutionary trees to chemical compounds, from organizational charts to computer data structures etc. Ant Colony Optimization or ACO is the field of ant algorithms which are derived from the observation of real ants’ behavior, and uses these models as a source of inspiration for the design of intelligent algorithms for solving optimization and distributed control problems. In ACO, a number of artificial ants build solutions to an optimization problem and exchange information on the quality of these solutions via a communication scheme that is suggestive of the one adopted by real ants. The behavior of artificial ants is based on the traits of real ants, plus additional abilities that make them more effective, such as a limited form of memory in which they can store the partial paths they have followed so far, as well as the cost of the links they have traversed. Each ant of the “colony” builds a solution to the problem under consideration, and uses information collected on the features of the problem and its own performance to change how other ants process the problem. Interestingly, ACO algorithms are based on the following idea: • each path followed by an ant on a graph is associated with a candidate solution for a given problem. Ants perform stochastic walks in the graph, consisting of a series of stochastic steps until the termination criterion is reached. • When an ant follows a path, the amount of pheromone deposited on that path is proportional to the quality of the corresponding candidate solution for the target problem. Moreover, artificial pheromone evaporation is often used to avoid premature convergence on a suboptimal solution (stagnation). When an ant has to choose between two or more paths, the path(s) with a higher amount of pheromone has a greater probability of being chosen by the ant. What is relevant to realize is that a stochastic choice is made based on the probability distribution. The possibility of an ant choosing a path with low probability is often
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com _________________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page - 409 decisive because it enables the discovery of new solutions. The stochastic state transition rule is responsible for defining the relevance of different local variables, like the emphasis on pheromone values or other local heuristics. Both ACO and Graph theory can be applied in Solid Waste transportation problem. In this paper comparative analysis of these techniques are described. Here the transportation problem of Chandannagar Municipality was considered. 2. Case Study Chandannagore is a semi-urban area of Hooghly district of West Bengal, India [2,5]. This area is situated at the bank of river Ganga and therefore one of the most important environmental consequences of the process of Solid Waste Management (SWM) of this area is to protect this large river from uncollected or dumped garbage from where the waste is washed into water bodies, resulting to a negative impact on the environment. The poor quality of the services provided in terms of solid waste collection and disposal is the issues of concern. Chandannagar Municipal Corporation is responsible for collection of solid waste which is produced day by day from different areas of Chandannagar. It is noted that there are five borough and 33 wards in Chandannagar. There are 35,630 houses in this area which was considered in our study. There are several sources for solid waste generation in this city which are as follows: i) Markets ii) Play Ground/ Parks iii) Domestic Buildings/ Houses iv) Houses containing shops v) Institutions vi) Offices/Bhawans/Complex vii) Hospitals Following are the statistical information of producing solid waste (in kg) per day from different sectors depicted in Table 2 and Table 3 gives the details of seven wards which were densely populated: Table: 2 Table 3 Serial No Ward Number Number of Market Population 1 6 1 4688 2 8 1 7632 3 18 1 5453 4 21 1 5919 5 23 1 4202 6 30 1 4994 7 31 1 3321 (a) (b) Fig 1. (a) Map of Chandannagar Municipality and location of bins (red colored) in that area (b) Area No. of borough No. of ward No. of house hold Population No. of Market No. of Hospital 22.03 km2 5 33 35630 162187 7 2
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com _________________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page - 410 We can apply the Euler’s method as follows: consider that each position of bins is nothing but the node of a graph and path between consecutive bins is edge. Thus we can try to find whether there exists a walk across all bins that are situated in a particular municipal area. If we find then it will be the optimal solution of the above mentioned problem. After getting the solution we can analyze whether derived walk is an economically feasible or not on the basis of cost benefit analysis. Thus hypothetically the Euler walk of Chandannagar Municipal area may be as follows: Fig. 2 Euler walk across all bins situated at Chandannagar Municipality In our previous work we have applied a heuristic algorithm for depicting implementation of GIS in SWM. For sake of curiosity we have applied this heuristic algorithm for calculating routing length and the experimental results confirm an improvement of the optimum route by about 25.6% in ACO, in comparison with the heuristic method, and an improvement of the average route by about 10.45% with respect to previous one. This improvement reduces the collection and transportation costs of the trucks considerably, as might be expected. However, it should be noted that the ACO algorithm is time-consuming in terms of CPU time. Each execution of the ACO algorithm takes approximately 15–20 min, a fact which resulted in running the algorithm for several months, with all the aforementioned combinations of parameter settings. Fig. 3 the proposed pathways (green colored) for garbage collection on the basis of ACO algorithm 3. Comparative Analysis The length of each edge can be calculated providing the longitude and latitude information of each bin in Google map and a cost function is responsible for calculating cost of each edge by providing this length. So the derived walks of both cases should be optimal solutions. However, on the other hand, a cost can be assigned to any delay in visiting the priority nodes. For various ratios between the costs assigned, we would in general get different optimal solutions to the optimization problem. For example, the solutions found here are valid for the case, where the cost of additional edges traversed is much bigger that the cost of delays and delay for the first priority node is much bigger than the cost of delay for the second node, and so on. From the last figure, it is clearly stated that the transportation pathways of these two methods are distinct. But the total length derived by the ACO algorithm is more or less 8%
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com _________________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page - 411 shorter than the transportation pathway estimated by Euler method which ultimately reduced more or less 15% of solid waste transportation charges. 4. Conclusion This work focuses on the collection and transport of solid waste from specific loading spots in the area under study, the problem is modelled as a TSP instance. Recent results in complexity theory indicate that a lot of network optimization problems such as TSP are inherently difficult to solve. In fact, it is unlikely that polynomial algorithms can be obtained for exact solution to these problems. Considering this, heuristic algorithms have become increasingly important. In this paper, an efficient and accurate heuristic algorithm for efficient solution of ACO algorithm with GIS are presented and evaluated and compared with our previous work. This innovative algorithm in this particular research area, is introduced and implemented, for monitoring, simulation, testing, and cost optimization of alternative scenarios for a solid waste management system. The experiments have revealed that applying ACO with GIS, for the solution of this every day problem, the tour length and eventually the total cost in time and money can be greatly minimized. More specifically, ACO achieved to calculate the most efficient route, closely followed by our previous heuristic based approach. However, both algorithms have investigated on limited amount of data. In future we will try to run both algorithms on voluminous data. REFERENCE 1. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ A Case Study on Municipal Solid Waste Management in Salt Lake City”, International Journal of Engineering Science and Technology, ISSN 0975-5462, August 2011, Volume 3, Issue 8, Pages: 6208- 6211 2. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ A Case Study on Municipal Solid Waste Management in Chandannagar City”, International Journal of Application or Innovation in Engineering & Management, ISSN 2319-4847, November 2012, Volume 1, Issue 3, Pages: 1-4 3. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ Solid Waste Management and Salt Lake Municipality- A GIS and MIS Approach”, International Journal of Research and Reviews in Applied Sciences (IJRRAS), ISSN 2076-734X, November 2012, Volume 13, Issue 2, Pages: 461-468 4. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ A Comparative Analysis between Environmental Protection (Waste Management) Regulation 2000 and Bidhan Nagar Municipal Solid Waste Management to Propose a Realistic Solutions”, International Journal of Engineering Innovation & Research, ISSN 2277-5668, November 2012, Volume 1, Issue 6, Pages: 510-515 5. Maity S.K, Bhattacharyay B K and Bhattacharyya, “ Application of GIS & MIS in the Context of SWM of Chandannagar Municipality”, International Journal of Innovative Research in Engineering & Science, ISSN 2319-5665, December 2012, Issue 1, Volume 6, pages: 45-52