# Generating Malbolge code using simulated annealing

DevFeed: [Generating Malbolge code using simulated annealing](<https://devfeed.tech/articles/generating-malbolge-code-using-simulated-annealing-20571.md>)

Original publisher: [Read original article](<https://yurichev.com/blog/malbolge/>)

Published: 2019-06-25T22:00:00Z

Content type: article

Language: en

Sources: [Dennis Yurichev](<https://devfeed.tech/sources/dennis-yurichev.md>)

Topics: [Programming language](<https://devfeed.tech/topics/programming-language.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Python](<https://devfeed.tech/topics/python.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [programming](<https://devfeed.tech/tags/programming.md>), [programming-language](<https://devfeed.tech/tags/programming-language.md>), [python](<https://devfeed.tech/tags/python.md>)

## AI overview

The article describes using simulated annealing in Python to generate short Malbolge programs, including a 13-byte program that prints "Hi," and compares the search effort with brute force.

## Source excerpt

Generating Malbolge code using simulated annealing