HOME BLOG ABOUT ME

BLOG

Weekly Updates

Week 4: Time to (continue writing more) code!

2.22.26

Update from this last week...my data structures are coded and are working well! Late last week, I met with Dr. Meyer to discuss the topic of genetic algorithms. We talked about each operator that takes place while running the algorithm (population initialization, scoring, selection, crossover, and mutation) and how I can approach them to achieve my goal: developing an application to build an image from overlapping polygons to resemble an original image. As a result of that meeting, I have a strong understanding and much more confidence about my project as a whole, than I did before. Takeaways...see each operator of the algorithm as its own project. Next steps...create a C# project for each operator - this includes a form and functions. At this time I do not have any images to show, hopefully next week I will have plenty of polygon images to show off! Stay tuned...!

Week 3: Let's draw!

2.15.26

Well, this past week was a bit overwhelming, but we're making progress. Currently, I am able to draw triangles on the screen..and colors are blending! From Mini Sessions in class and meeting with Dr. McVey, I have received great feedback about where I am at with my project, as well as the many (and I mean MANY) ideas and decisions I need to think about and make.I have started to plan out the various components of my program and code. This includes data structures, values to hard code for my initial implementation of the genetic algorithm. Thus far, I have all of my planning completed, it is now just a matter of getting to work (although I am a bit nervous). This upcoming week, I hope to be a bit further with coding and design. Stay tuned...!

Week 2: Research, research, and more research!

2.8.26

Finishing up week 2...heading into week 3! This past week, I did quite a bit of reading and research on genetic algorithms. I also found some code and resources for C# implemenations of genetic algorithms and how to draw polygons and blend colors/transparencies of overlapping polygons. Next step...think about the user interface and prepare for Mini Sessions in class this week. Stay tuned...!

Week 1: Here we go...!

2.3.26

Welcome to my first blog post of the semester! Projects were handed out early last week. We are now in week 2 - trying to get websites up and running. Where I am currently at: if you’re reading this, then you know my website is live! I am in the process of researching genetic algorithms and will continue to research about shapes, colors, and how to blend colors in C#. Stay tuned...!