editor

EVO vs. MIQP vs. ChatGPT 3 minute read

Hi, and welcome to yet another blog post! Today we’d like to talk a bit about the AI solutions and algorithms we are working with to generate floor plans. Our goal is to make AntArchitect able to provide multiple solutions for floor plan generation, and have already implemented two completely different ones, which we’d like to discuss and compare. We would also like to discuss already existing AI solutions that could benefit AntArchitect, such as the popular ChatGPT.

The Evolutionary Algorithm

In a previous post we presented the hybrid evolutionary and greedy algorithm, which takes a list of rooms... read more

Making Progress! 1 minute read

Hello, and welcome to another update! This time, we’d like to show you a fully functional minimum viable product, with a working editor and a simple algorithm for generating floor plans. In the AntArchitect web application, we start by logging in, which redirects us to the dashboard.

Dashboard

From here we can choose to create a new floor plan, which takes us to the editor. In the editor we plan to support two types of algorithms, one of them which were showcased in our previous update. As shown in the image below, we have a simple form... read more

Editor Update 1 minute read

Hello, and welcome to this long awaited status update! We have been quiet the last couple of weeks because of midterms, but rest assured that things are happening behind the scenes. This week we would like to give you an update regarding our editor, and the first algorithm we have implemented in our backend.

A Greedy Evolutionary Algorithm

The algorithm we have chosen to implement initially is a hybrid greedy and evolutionary algorithm. What we mean by this is that there is a first part that chooses an initial sequence of rooms in a greedy way, and then a... read more