Question
Which of the following algorithm uses Darwinian based
algorithm to find the best solutions to solve complicated problems with a greater number of variables and possible outcomes/solutions?Solution
- Why Correct (Genetic Algorithm):
Genetic algorithms are inspired by Charles Darwin’s theory of natural selection. They use mechanisms such as selection, crossover, and mutation to evolve solutions over generations. They are best suited for complex optimization problems with multiple variables. - Why Others are Wrong:
- Option 2 (A): * A heuristic search algorithm for pathfinding and graphs, not Darwinian.
- Option 3 (Minimax): Used in game theory for minimizing opponent’s maximum gain, not evolution-based.
- Option 4 (Hill Climbing): Iterative optimization technique, but not based on evolutionary principles.
Which characteristic best distinguishes big data from traditional data?
Which of the following is the primary reason why bias occurs in sampling?
You are combining sales data from three different sources, each with slightly different column names for the same information (e.g., "Product_ID," "Prod...
Which sampling technique is most appropriate when the population is naturally divided into groups that differ significantly from each other?
Which of the following is the correct decomposition of time series data into its components?
Which of the following is an example of metadata in data management?
A company has a large dataset with a mix of numeric and categorical data. To ensure fair comparisons between variables, which data transformation techni...
Which of the following scenarios illustrates runtime polymorphism?
Which of the following Excel functions is most appropriate for dynamically summarizing data from multiple tables by matching a key value?
Which of the following methods is most appropriate for forecasting future values in time series data with a consistent trend and seasonality?