Academic literature on the topic 'Reversed roulette wheel selection algorithms'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Reversed roulette wheel selection algorithms.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Reversed roulette wheel selection algorithms"

1

Wirayanti, Ni Komang Ayu, and Haris Sriwindono. "Implementation of Hybrid Genetic Algorithm for Solving the Teacher Placement Problem." Social Science and Humanities Journal 9, no. 01 (2025): 6341–47. https://doi.org/10.18535/sshj.v9i01.1460.

Full text
Abstract:
The teacher placement problem is a combinatorial problem that would take a very long time to solve in a deterministic way. In this study, the problem will be solved using a hybrid genetic algorithm, which combines genetic algorithms with local search methods. The genetic algorithm operators used include roulette wheel selection, two point crossover, and scramble mutation. While the local search used is reverse, insert, and swap local search. The results showed that from the three experiments using hybrid genetic algorithms, it was found that hybrid genetic algorithms were more effective than ordinary genetic algorithms. The use of hybrid genetic algorithm with swap local search technique produces the best total minimum distance (10099.09 km) at a mutation probability ratio of 1:250, number of chromosomes 10, and number of iterations 500. The hybrid genetic algorithm can improve the placement of teachers and is expected to contribute to improving the quality of education in Magelang district where the primary data is obtained.
APA, Harvard, Vancouver, ISO, and other styles
2

Ballera, Melvin. "REVERSED ROULETTE WHEEL SELECTION ALGORITHMS (RWSA) AND REINFORCEMENT LEARNING (RL) FOR PERSONALIZING AND IMPROVING E-LEARNING SYSTEM: THE CASE STUDY AND ITS IMPLEMENTATION." International Journal of E-Learning and Educational Technologies in the Digital Media 1, no. 2 (2015): 92–108. http://dx.doi.org/10.17781/p001674.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Herman, Herman, Lukman Syafie, Irawati Irawati, Lilis Nur Hayati, and Harlinda Harlinda. "SCHEDULING USING GENETIC ALGORITHM AND ROULETTE WHEEL SELECTION METHOD CONSIDERING LECTURER TIME." Journal of Information Technology and Its Utilization 2, no. 1 (2019): 24. http://dx.doi.org/10.30818/jitu.2.1.2243.

Full text
Abstract:
Scheduling lectures is not something easy, considering many factors that must be considered. The factors that must be considered are the courses that will be held, the space available, the lecturers, the suitability of the credits with the duration of courses, the availability of lecturers' time, and so on. One algorithm in the field of computer science that can be used in lecture scheduling automation is Genetic Algorithms. Genetic Algorithms can provide the best solution from several solutions in handling scheduling problems and the selksi method used is roulette wheel. This study produces a scheduling system that can work automatically or independently which can produce optimal lecture schedules by applying Genetic Algorithms. Based on the results of testing, the resulting system can schedule lectures correctly and consider the time of lecturers. In this study, the roulette wheel selection method was more effective in producing the best individuals than the rank selection method.
APA, Harvard, Vancouver, ISO, and other styles
4

Verma, Madhushi, Mukul Gupta, Bijeeta Pal, and Prof K. K. Shukla. "Roulette Wheel Selection based Heuristic Algorithm for the Orienteering Problem." INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY 13, no. 1 (2014): 4127–45. http://dx.doi.org/10.24297/ijct.v13i1.2933.

Full text
Abstract:
Orienteering problem (OP) is an NP-Hard graph problem. The nodes of the graph are associated with scores or rewards and the edges with time delays. The goal is to obtain a Hamiltonian path connecting the two necessary check points, i.e. the source and the target along with a set of control points such that the total collected score is maximized within a specified time limit. OP finds application in several fields like logistics, transportation networks, tourism industry, etc. Most of the existing algorithms for OP can only be applied on complete graphs that satisfy the triangle inequality. Real-life scenario does not guarantee that there exists a direct link between all control point pairs or the triangle inequality is satisfied. To provide a more practical solution, we propose a stochastic greedy algorithm (RWS_OP) that uses the roulette wheel selectionmethod, does not require that the triangle inequality condition is satisfied and is capable of handling both complete as well as incomplete graphs. Based on several experiments on standard benchmark data we show that RWS_OP is faster, more efficient in terms of time budget utilization and achieves a better performance in terms of the total collected score ascompared to a recently reported algorithm for incomplete graphs.
APA, Harvard, Vancouver, ISO, and other styles
5

Muliono, Rizki, Nukhe Andri Silviana, and Nanda Novita. "Involvement of Various Selection Methods for Genetic Algorithms in Determining the Optimal Production Schedule Problem." JOIV : International Journal on Informatics Visualization 8, no. 4 (2024): 2494. https://doi.org/10.62527/joiv.8.4.2632.

Full text
Abstract:
This research investigates using genetic algorithms (GA) to optimize production scheduling in Medan's shoe industry. The study compares traditional manual and First Come First Serve (FCFS) methods against a GA approach, incorporating selection variations such as Boltzmann, Fitness Uniform Selection Scheme (FUSS), Exponential Rank Selection, and Roulette Wheel Selection. The optimal production order is derived from the chromosome with the highest fitness. Results indicate that GA with FUSS selection significantly reduces production time from 73,630 minutes to 45,650 minutes, achieving a 35% improvement in efficiency. This optimization is attributed to FUSS’s ability to maintain a diverse population, preventing premature convergence and ensuring a broader solution for space exploration. Additionally, it was found that using a smaller population size relative to the number of generations yields better optimization results. The study also demonstrates that while Roulette Wheel Selection shows more variability, it achieves higher optimization over time than FCFS. The practical implications of these findings are substantial for the shoe industry, including faster production cycles, better resource allocation, and an enhanced ability to meet customer demands. These benefits are exemplified by implementing the SISPROMA application, an innovative production scheduling information system that leverages machine learning to optimize scheduling in the manufacturing industry. This study provides valuable insights into applying genetic algorithms for production scheduling, highlighting their potential to enhance operational efficiency and reduce costs. Future research should explore additional optimization techniques and real-world applications to validate and extend these findings, ensuring broader applicability and continuous improvements in manufacturing efficiency.
APA, Harvard, Vancouver, ISO, and other styles
6

Girgis, Moheb. "Automatic Test Data Generation for Data Flow Testing Using a Genetic Algorithm." JUCS - Journal of Universal Computer Science 11, no. (6) (2005): 898–915. https://doi.org/10.3217/jucs-011-06-0898.

Full text
Abstract:
One of the major difficulties in software testing is the automatic generation of test data that satisfy a given adequacy criterion. This paper presents an automatic test data generation technique that uses a genetic algorithm (GA), which is guided by the data flow dependencies in the program, to search for test data to cover its def-use associations. The GA conducts its search by constructing new test data from previously generated test data that are evaluated as effective test data. The approach can be used in test data generation for programs with/without loops and procedures. The proposed GA accepts as input an instrumented version of the program to be tested, the list of def-use associations to be covered, the number of input variables, and the domain and precision of each input variable. The algorithm produces a set of test cases, the set of def-use associations covered by each test case, and a list of uncovered def-use associations, if any. In the parent selection process, the GA uses one of two methods: the roulette wheel method or a proposed method, called the random selection method, according to the user choice. Finally, the paper presents the results of the experiments that have been carried out to evaluate the effectiveness of the proposed GA compared to the random testing technique, and to compare the proposed random selection method to the roulette wheel method.
APA, Harvard, Vancouver, ISO, and other styles
7

Khan, Indadul, Sova Pal, and Manas Kumar Maiti. "A Hybrid PSO-GA Algorithm for Traveling Salesman Problems in Different Environments." International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems 27, no. 05 (2019): 693–717. http://dx.doi.org/10.1142/s0218488519500314.

Full text
Abstract:
In this study particle swarm optimization (PSO) is modified and hybridised with genetic algorithm (GA) using one’s output as the other's input to solve Traveling Salesman Problem(TSP). Here multiple velocity update rules are introduced to modify the PSO and at the time of the movement of a solution, one rule is selected depending on its performances using roulette wheel selection process. Each velocity update rule and the corresponding solution update rule are defined using swap sequence (SS) and swap operation (SO). K-Opt operation is applied in a regular interval of iterations for the movement of any stagnant solution. GA is applied on the final output swarm of the PSO to search the optimal path of the large size TSPs. Roulette wheel selection process, multi-point cyclic crossover and the K-opt operation for the mutation are used in the GA phase. The algorithm is tested in crisp environment using different size benchmark test problems available in the TSPLIB. In the crisp environment the algorithm gives approximately 100% success rate for the test problems up to considerably large sizes. Efficiency of the algorithm is tested with some other existing algorithms in the literature using Friedman test. Some approaches are incorporated with this algorithm for finding solutions of the TSPs in imprecise (fuzzy/rough) environment. Imprecise problems are generated from the crisp problems randomly, solved and obtained results are discussed. It is observed that the performance of the proposed algorithm is better compared to the some other algorithms in the existing literature with respect to the accuracy and the consistency for the symmetric TSPs as well as the Asymmetric TSPs.
APA, Harvard, Vancouver, ISO, and other styles
8

Wang, Zhan Zhong, Jing Fu, Lan Fang Liu, and Rui Rui Liu. "Three Dimensional Offline Packing Optimization Problem Based on Genetic Simulated Annealing Algorithm." Applied Mechanics and Materials 744-746 (March 2015): 1919–23. http://dx.doi.org/10.4028/www.scientific.net/amm.744-746.1919.

Full text
Abstract:
In this paper, we try to solve 3D offline packing optimization problem by combining two methods-genetic algorithm’ global performance and simulated annealing algorithm’ local performance. Given Heuristic rules in loading conditions, we use the optimal preservation strategy and the roulette wheel method to choose selection operator, integrating simulated annealing algorithm into genetic algorithm , and achieving code programming and algorithms by Matlab.This paper carries out an actual loading in a vehicle company in Changchun City, then makes a contrast between the final optimization results and each suppliers’ current packing data.The experimental results show that the algorithm has a certain validity and practicability in multiple container packing problem.
APA, Harvard, Vancouver, ISO, and other styles
9

Carmona Cortes, Omar Andres, and Josenildo Costa da Silva. "Unconstrained numerical optimization using real-coded genetic algorithms: a study case using benchmark functions in R from Scratch." Revista Brasileira de Computação Aplicada 11, no. 3 (2019): 1–11. http://dx.doi.org/10.5335/rbca.v11i3.9047.

Full text
Abstract:
Unconstrained numerical problems are common in solving practical applications that, due to its nature, are usually devised by several design variables, narrowing the kind of technique or algorithm that can deal with them. An interesting way of tackling this kind of issue is to use an evolutionary algorithm named Genetic Algorithm. In this context, this work is a tutorial on using real-coded genetic algorithms for solving unconstrained numerical optimization problems. We present the theory and the implementation in R language. Five benchmarks functions (Rosenbrock, Griewank, Ackley, Schwefel, and Alpine) are used as a study case. Further, four different crossover operators (simple, arithmetical, non-uniform arithmetical, and Linear), two selection mechanisms (roulette wheel and tournament), and two mutation operators (uniform and non-uniform) are shown. Results indicate that non-uniform mutation and tournament selection tend to present better outcomes.
APA, Harvard, Vancouver, ISO, and other styles
10

Zeng, Zhi, Yuxing Cai, Kwok L. Chung, Hui Lin, and Jinwei Wu. "A Fast Fully Parallel Ant Colony Optimization Algorithm Based on CUDA for Solving TSP." IET Computers & Digital Techniques 2023 (October 31, 2023): 1–14. http://dx.doi.org/10.1049/2023/9915769.

Full text
Abstract:
In view of the known problems of parameter sensitivity, local optimum, and slow convergence in the ant colony optimization (ACO), we aim to improve the performance of the ACO. To solve the traveling salesman problem (TSP) quickly with accurate results, we propose a fully parallel ACO (FP-ACO). Based on the max–min ant system (MMAS), we initiate a compensation mechanism for pheromone to constrain its value, guarantee the correctness of results and avoid a local optimum, and further enhance the convergence ability of ACO. Moreover, based on the compute unified device architecture (CUDA), the ACO is implemented as a kernel function on a graphics processing unit (GPU), which shortens the running time of massive iterations. Combined with the roulette wheel selection mechanism, FP-ACO has powerful search capabilities and is committed to obtaining better solutions. The experimental results show that, compared with the effective strategies ACO (ESACO) that runs on CPU, the speed-up ratio of the proposed algorithm reaches 35, and the running time is less than that of the max–min ant system-roulette wheel method-bitmask tabu (MMAS-RWM-BT) that runs on GPU. Furthermore, our algorithm outperforms the other two algorithms in the speed-up ratio and less runtime, proving that the proposed FP-ACO is more suitable for solving TSP.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Reversed roulette wheel selection algorithms"

1

Mahammad, Shaik, E. S. Gopi, and Vineetha Yogesh. "Roulette Wheel Selection-Based Computational Intelligence Technique to Design an Efficient Transmission Policy for Energy Harvesting Sensors." In Algorithms for Intelligent Systems. Springer Singapore, 2019. http://dx.doi.org/10.1007/978-981-15-0994-0_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Trejos, Javier, Mario A. Villalobos-Arias, and Jose Luis Espinoza. "Variable Selection in Multiple Linear Regression Using a Genetic Algorithm." In Handbook of Research on Modern Optimization Algorithms and Applications in Engineering and Economics. IGI Global, 2016. http://dx.doi.org/10.4018/978-1-4666-9644-0.ch005.

Full text
Abstract:
In this article it is studied the application of a genetic algorithm in the problem of variable selection for multiple linear regression, minimizing the least squares criterion. The algorithm is based on a chromosomic representation of variables that are considered in the least squares model. A binary chromosome indicates the presence (1) or absence (0) of a variable in the model. The fitness function is based on the adjusted square R, proportional to the fitness for chromosome selection in a roulette wheel model selection. Usual genetic operators, such as crossover and mutation are implemented. Comparisons are performed with benchmark data sets, obtaining satisfying and promising results.
APA, Harvard, Vancouver, ISO, and other styles
3

Mumtaz Jabir, Zailin Guan, Mirza Jahanzaib, Rauf Mudassar, Sarfraz Shoaib, and Shehab Essam. "Makespan Minimization for Flow Shop Scheduling Problems Using Modified Operators in Genetic Algorithm." In Advances in Transdisciplinary Engineering. IOS Press, 2018. https://doi.org/10.3233/978-1-61499-902-7-435.

Full text
Abstract:
Scheduling of jobs in Flow Shop (FS) is NP-hard problem which is usually solved by using heuristic and metaheuristic algorithms. In this paper modified Genetic Algorithm (GA) was used to solve FS scheduling problem to minimize the makespan. The proposed algorithm involved two improvements in GA. First is the modification in Roulette Wheel Selection (RWS) which is commonly used as a selection operator in GA. Secondly, the initialization of the population was created using NEH heuristic instead of random generation. The objective of these improvements in GA is to make smooth and fast convergence towards the best solution. A case study was conducted to evaluate the proposed algorithm using simulation. Experimental results demonstrated that the proposed algorithm can achieve a better solution with faster convergence as compared to GA with traditional RWS.
APA, Harvard, Vancouver, ISO, and other styles
4

Rathi, R., and Debi Prasanna Acharjya. "A Rule Based Classification for Vegetable Production Using Rough Set and Genetic Algorithm." In Research Anthology on Multi-Industry Uses of Genetic Programming and Algorithms. IGI Global, 2021. http://dx.doi.org/10.4018/978-1-7998-8048-6.ch061.

Full text
Abstract:
This article describes how agriculture is the main occupation of India, and how the economy depends on agricultural production. Most of the land in India is dedicated to agriculture and people depend on the production of agricultural products. Therefore, forecasting the accuracy of future events based on extracted patterns plays a vital role in improving agricultural productivity. By considering the availability of micronutrients and macronutrients of the soil and water in a particular place, the growth of a plant is determined. This helps people to determine the crops to be cultivated at a certain place. In this article, the forecasting is carried out using rough sets and genetic algorithms. Rough sets are used to produce the decision rules whereas genetic algorithms are used to refine the rules and improve classification accuracy. Accuracy of the classification rules is analyzed using different selection methods and crossover operators. Results show that genetic algorithms with a roulette wheel selection and single point crossover provides better performance when compared with other existing techniques.
APA, Harvard, Vancouver, ISO, and other styles
5

Kanagasabai, Lenin. "Enhanced Symbiotic Organisms Search and Hydrological Cycle Algorithms for Real Power Loss Diminution and Voltage Stability Enhancement." In Advances in Environmental Engineering and Green Technologies. IGI Global, 2022. http://dx.doi.org/10.4018/978-1-7998-7447-8.ch007.

Full text
Abstract:
In this chapter, enhanced symbiotic organisms search (ESOS) algorithm and hydrological cycle (HC) algorithm are projected to solve factual power loss lessening problem. Symbiotic search algorithm is based on the actions between two different organisms in the ecosystem: mutualism, commensalism, and parasitism. Exploration procedure has been initiated arbitrarily, and each organism indicates a solution with fitness value. Quasi-oppositional-based learning and chaotic local search have been applied to augment the performance of the algorithm. In this work, hydrological cycle (HC) algorithm has been utilized to solve the optimal reactive power problem. It imitates the circulation of water form land to sky and vice versa. Only definite number of water droplets is chosen for evaporation, and it is done through roulette-wheel selection method. In the condensation stage, water drops move closer, combine, and also collusion occurs as the temperature decreases.
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Reversed roulette wheel selection algorithms"

1

Ballera, Melvin, Ismail Lukandu, and Abdalla Radwan. "Personalizing E-learning curriculum using: reversed roulette wheel selection algorithm." In 2014 International Conference on Education Technologies and Computers (ICETC). IEEE, 2014. http://dx.doi.org/10.1109/icetc.2014.6998908.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!