Ashwin Panchapakesan
Graduate Student, University Of Ottawa

My Projects:

A Hybrid Genetic Algorithm and Evolutionary Strategy to Automatically Generate Test Data for Dynamic, White-Box Testing (Master's Thesis Work) Published Poster Computer Science: 1st Prize IEEE: 2nd Prize Thesis
Software testing is an important and time consuming part of the software develop- ment cycle. While automated testing frameworks do help in reducing the amount of programmer time that testing requires, the onus is still upon the programmer to pro- vide such a framework with the inputs upon which the software must be tested. This requires static analysis of the source code, which is more eective when performed as a peer review exercise and is highly dependent on the skills of the programmers performing the analysis. It also demands the allocation of precious time for those very highly skilled programmers. An algorithm that automatically generates inputs to satisfy test coverage criteria for the software being tested would therefore be quite valuable, as it would imply that the programmer no longer needs to analyze code to generate the relevant test cases. This thesis explores a hybrid evolutionary strategy with an evolutionary algorithm to discover such test cases , in an improvement over previous methods which overly focus their search without maintaining the diversity required to cover the entire search space eciently.
Pure Python Open Source Evolutionary Algorithms Framework Published Official Documentation Motivation and Discussion PDF Slides
Keynote Slides
PyCon Presentation
Evolutionary Algorithms require a lot of programming to find solutions to even very simple problems. This framework is intended to be very modular and easy to use, so that an evolutionary algorithm may be created very quickly, making minimal modifications to the framework. Further, this framework implements Design by Contract, which presents itself as amuch more powerful debugging tool to the programmer
Artificial Immune Systems Graduate Lecture Slides
Artificial Immune Systems (AISs) are intelligent methodologies inspired by the immune system towards real world problem solving. They are systems that lend themselves easily to meta-heuristic algorithms to solve problems more efficiently in high volume and high dimensional solution spaces. Inspired by the mechanisms that control the human immune system, AISs perform especially well in pattern recognition tasks - an ability that is used in solving multiple different types of problems. With the use of techniques from the other domains of meta heuristic programming, such as Genetic Algorithms and probabilistic/heuristic searching, the range of problems to which AISs can be effectively applied is greatly increased.
Single-Source MultiCommodity Network Flow Optimization Semester Project Proposal Code WriteUp
Suppose you are attending a conference and have driven to the venue of this conference in your car. Suppose also, that all the other attendees have also driven to the conference venue in their cars (it might be worthwhile to note that this problem can be trivially extended to fit simple solutions such as carpools). At the end of the conference, everybody decides to leave the venue to go home. They have all printed driving directions for the fastest route to get back home. Note that people living close to each other will share the majority of their routes (such as highways), with minor differences only towards the end. There is however a problem there was a natural calamity during the conference, which caused the major roads to start sinking (note that this affects only the major roads). As a result, each road can only support a certain number of cars before it becomes unusable. Now, the new objective is to get everybody home, safely in minimal time.
Research Project: NLP Proposal Abstract Presentation
Using Python's NLTK module and WordNet/PyWordNet to accurately describe an event recorded by multiple text documents
Search Engine Optimization and Google Page Rank
Researching into Google's PageRank algorithm and helping an e-Commerce company rank higher on Google search results
Automated Testing Reference
Writing a framework for automated testing for the premiered product line of a company working with Digital Cinema Solutions
Mobile Apps Reference
Creating mobile applications for the Office of the Registrar at the University of Toronto at Mississauga