Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Pratyusha Rakshit is active.

Publication


Featured researches published by Pratyusha Rakshit.


nature and biologically inspired computing | 2011

Multi-robot path-planning using artificial bee colony optimization algorithm

Preetha Bhattacharjee; Pratyusha Rakshit; Indrani Goswami; Amit Konar; Atulya K. Nagar

Path-planning is an interesting problem in mobile robotics. This paper proposes an alternative approach to path-planning of mobile robots using the artificial bee colony (ABC) optimization algorithm. The problem undertaken here attempts to determine the trajectory of motion of the robots from predefined starting positions to fixed goal positions in the world map with an ultimate objective to minimize the path length of all the robots. A local trajectory planning scheme has been developed with ABC optimization algorithm to optimally obtain the next positions of all the robots in the world map from their current positions, so that the paths to be developed locally for n-robots are sufficiently small with minimum spacing with the obstacles, if any, in the world map. Experiments reveal that the proposed optimization scheme outperforms two well-known algorithms with respect to standard metrics, called average total path deviation and average uncovered target distance.


systems man and cybernetics | 2013

Realization of an Adaptive Memetic Algorithm Using Differential Evolution and Q-Learning: A Case Study in Multirobot Path Planning

Pratyusha Rakshit; Amit Konar; Pavel Bhowmik; Indrani Goswami; Swagatam Das; Lakhmi C. Jain; Atulya K. Nagar

Memetic algorithms (MAs) are population-based meta-heuristic search algorithms that combine the composite benefits of natural and cultural evolutions. An adaptive MA (AMA) incorporates an adaptive selection of memes (units of cultural transmission) from a meme pool to improve the cultural characteristics of the individual member of a population-based search algorithm. This paper presents a novel approach to design an AMA by utilizing the composite benefits of differential evolution (DE) for global search and Q-learning for local refinement. Four variants of DE, including the currently best self-adaptive DE algorithm, have been used here to study the relative performance of the proposed AMA with respect to runtime, cost function evaluation, and accuracy (offset in cost function from the theoretical optimum after termination of the algorithm). Computer simulations performed on a well-known set of 25 benchmark functions reveal that incorporation of Q-learning in one popular and one outstanding variants of DE makes the corresponding algorithm more efficient in both runtime and accuracy. The performance of the proposed AMA has been studied on a real-time multirobot path-planning problem. Experimental results obtained for both simulation and real frameworks indicate that the proposed algorithm-based path-planning scheme outperforms the real-coded genetic algorithm, particle swarm optimization, and DE, particularly its currently best version with respect two standard metrics defined in the literature.


systems man and cybernetics | 2014

Uncertainty Management in Differential Evolution Induced Multiobjective Optimization in Presence of Measurement Noise

Pratyusha Rakshit; Amit Konar; Swagatam Das; Lakhmi C. Jain; Atulya K. Nagar

This paper aims to design new strategies to extend traditional multiobjective optimization algorithms to efficiently obtain Pareto-optimal solutions in presence of noise on the objective surfaces. The first strategy, referred to as adaptive selection of sample size, is employed to balance the tradeoff between quality measure of fitness and run-time complexity. The second strategy is concerned with determining statistical expectation, instead of conventional averaging, of fitness samples as the measure of fitness of the trial solutions. The third strategy attempts to extend Goldbergs method to compare slightly worse trial solutions with its competitor by a more statistically viable comparator to examine possible placement of the former solution in the Pareto optimal front. The traditional differential evolution for multiobjective optimization algorithm has been modified by extending its selection step with the proposed strategies. Experiments undertaken to study the performance of the extended algorithm reveal that the extended algorithm outperforms its competitors with respect to three performance metrics, when examined on a test suite of 23 standard benchmarks with additive noise of three statistical distributions. The extended algorithm has been applied on the well known box-pushing problem, where the forces and torques required to shift the box by two robots are evaluated to jointly satisfy the conflicting objectives on task-execution time and energy consumption in presence of noise on range estimates from the sidewalls of the workspace. The application justifies the importance of the proposed noise-handling strategies in practical systems.


Information Sciences | 2015

Extending multi-objective differential evolution for optimization in presence of noise

Pratyusha Rakshit; Amit Konar

The paper aims at designing new strategies to extend the selection step of traditional Differential Evolution for Multi-objective Optimization algorithm to proficiently obtain Pareto-optimal solutions in presence of noise. The first strategy, referred to as adaptive selection of sample size, is employed to balance the trade-off between accurate fitness estimate and computational complexity. The second strategy is concerned with determining defuzzified centroid value of the noisy fitness samples, instead of their conventional averaging, as the fitness measure of the trial solutions. The third extension is concerned with the introduction of a probabilistic Pareto ranking strategy to tarnish the detrimental effect of noise incurred in deterministic selection of traditional algorithms. The fourth strategy attempts to extend Goldbergs approach to examine possible placement of a slightly inferior solution in the optimal Pareto front using a more statistically viable comparator. Finally, to ensure the diversity in distribution of quality solutions in the noisy fitness landscapes, a new selection criterion induced by the crowding distance measure and the probability of dominance is formulated. Experiments undertaken to study the performance of the extended algorithm reveal that the extended algorithm outperforms its competitors with respect to four performance metrics, when examined on a test-suite of 23 standard benchmarks with additive noise of three statistical distributions.


international symposium on neural networks | 2013

Olfaction recognition by EEG analysis using differential evolution induced Hopfield neural net

Anuradha Saha; Amit Konar; Pratyusha Rakshit; Anca L. Ralescu; Atulya K. Nagar

The paper proposes a novel approach to recognize smell stimuli from the electroencephalogram (EEG) signals acquired during the period of inhalation. The main contribution of the paper lies in feature selection by an evolutionary algorithm and pattern classification by Differential Evolution induced Hopfield neural network. One additional merit of the work lies in data point reduction by Principal component analysis. Experiments undertaken on 25 subjects with 10 smell stimuli indicate that the proposed scheme of feature selection, data point reduction and classification outperforms the traditional approach by a wide margin. Experimental results confirm that the smell stimuli excites the pre frontal lobe of the human brain and is responsible for a special type of brain rhythms (EEG signal) in alpha-band, theta-band and delta-band.


Swarm and evolutionary computation | 2017

Noisy evolutionary optimization algorithms – A comprehensive survey

Pratyusha Rakshit; Amit Konar; Swagatam Das

Abstract Noisy optimization is currently receiving increasing popularity for its widespread applications in engineering optimization problems, where the objective functions are often found to be contaminated with noisy sensory measurements. In absence of knowledge of the noise-statistics, discriminating better trial solutions from the rest becomes difficult in the “selection” step of an evolutionary optimization algorithm with noisy objective/s. This paper provides a thorough survey of the present state-of-the-art research on noisy evolutionary algorithms for both single and multi-objective optimization problems. This is undertaken by incorporating one or more of the five strategies in traditional evolutionary algorithms. The strategies include (i) fitness sampling of individual trial solution, (ii) fitness estimation of noisy samples, (iii) dynamic population sizing over the generations, (iv) adaptation of the evolutionary search strategy, and (v) modification in the selection strategy.


congress on evolutionary computation | 2013

Adaptive Firefly Algorithm for nonholonomic motion planning of car-like system

Abhishek Ghosh Roy; Pratyusha Rakshit; Amit Konar; Samar Bhattacharya; Eunjin Kim; Atulya K. Nagar

This paper provides a novel approach to design an Adaptive Firefly Algorithm using self-adaptation of the algorithm control parameter values by learning from their previous experiences in generating quality solutions. Computer simulations undertaken on a well-known set of 25 benchmark functions reveals that incorporation of Q-learning in Firefly Algorithm makes the corresponding algorithm more efficient in both runtime and accuracy. The performance of the proposed adaptive firefly algorithm has been studied on an automatic motion planing problem of nonholonomic car-like system. Experimental results obtained indicate that the proposed algorithm based parking scheme outperforms classical Firefly Algorithm and Particle Swarm Optimization with respect to two standard metrics defined in the literature.


BIC-TA (2) | 2013

Artificial Bee Colony Based Feature Selection for Motor Imagery EEG Data

Pratyusha Rakshit; Saugat Bhattacharyya; Amit Konar; Anwesha Khasnobish; D. N. Tibarewala; Ramadoss Janarthanan

Brain-computer Interface (BCI) has widespread use in Neuro-rehabilitation engineering. Electroencephalograph (EEG) based BCI research aims to decode the various movement related data generated from the motor areas of the brain. One of the issues in BCI research is the presence of redundant data in the features of a given dataset, which not only increases the dimensions but also reduces the accuracy of the classifiers. In this paper, we aim to reduce the redundant features of a dataset to improve the accuracy of classification. For this, we have employed Artificial Bee Colony (ABC) cluster algorithm to reduce the features and have acquired their corresponding accuracy. It is seen that for a reduced features of 200, the highest accuracy of 64.29 %. The results in this paper validate our claim.


congress on evolutionary computation | 2014

Artificial Bee Colony induced multi-objective optimization in presence of noise

Pratyusha Rakshit; Amit Konar; Atulya K. Nagar

The paper aims at designing new strategies to extend traditional Non-dominated Sorting Bee Colony algorithm to proficiently obtain Pareto-optimal solutions in presence of noise on the fitness landscapes. The first strategy, referred to as adaptive selection of sample-size, is employed to balance the trade-off between accurate fitness estimate and computational complexity. The second strategy is concerned with determining statistical expectation, instead of conventional averaging of fitness-samples as the measure of fitness of the trial solutions. The third strategy attempts to extend Goldbergs approach to examine possible placement of a slightly inferior solution in the optimal Pareto front using a more statistically viable comparator. Experiments undertaken to study the performance of the extended algorithm reveal that the extended algorithm outperforms its competitors with respect to four performance metrics, when examined on a test-suite of 23 standard benchmarks with additive noise of three statistical distributions.


congress on evolutionary computation | 2012

DE-TDQL: An adaptive memetic algorithm

Pavel Bhowmik; Pratyusha Rakshit; Amit Konar; Eunjin Kim; Atulya K. Nagar

Memetic algorithms are population-based meta-heuristic search algorithms that combine the composite benefits of natural and cultural evolution. In this paper a synergism of the classical Differential Evolution algorithm and Q-learning is used to construct the memetic algorithm. Computer simulation with standard benchmark functions reveals that the proposed memetic algorithm outperforms three distinct Differential Evolution algorithms.

Collaboration


Dive into the Pratyusha Rakshit's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar

Atulya K. Nagar

Liverpool Hope University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Eunjin Kim

University of North Dakota

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Swagatam Das

Indian Statistical Institute

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge