Overview
What this challenge is about.
Optimize Wind-Turbine Layout with a Genetic Algorithm. Intermediate challenge in code. Writing production code that solves real engineering problems, earn a ...
The Brief
What you'll do, and what you'll demonstrate.
Evaluate whether a genetic algorithm meaningfully beats the current grid layout heuristic on expected annual energy production for a 40-turbine offshore wind farm.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Implement a real-coded GA with custom genetic operators
- Handle hard geometric constraints in evolutionary search
- Compare metaheuristics fairly on a real-world objective
- Communicate stochastic-search results to a non-AI engineering audience
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Genetic Algorithms
Apply genetic algorithms to solve real industry problems and demonstrate production-level capability.
- Metaheuristics
Apply metaheuristics to solve real industry problems and demonstrate production-level capability.
- Constraint Handling
Apply constraint handling to solve real industry problems and demonstrate production-level capability.
- Simulation
Apply simulation to solve real industry problems and demonstrate production-level capability.
- Optimization
Apply optimization to solve real industry problems and demonstrate production-level capability.
- Python
Write clean, efficient Python for data processing, automation, and backend services.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Applied AI Scientist
Translating an evolutionary algorithm into a quantified AEP recommendation for a real engineering team is exactly the day-one work of an applied AI scientist at any renewable-energy or industrial-AI firm.
This challenge sharpens
- genetic-algorithms
- optimization
- simulation
Data Scientist
Fair, seeded benchmarks on a business KPI with stakeholder-ready memos transfer directly to data-science roles in operations or planning teams.
This challenge sharpens
- optimization
- python
- simulation
ML Researcher
Designing genetic operators that respect hard constraints and ablating them is the kind of methodology work ML researchers do in industrial-research settings.
This challenge sharpens
- genetic-algorithms
- constraint-handling
- metaheuristics