The 16 federal states of Germany. Practise and see if you can remind their names.
Inspired by Mike Bostock 'click-to-zoom via transform' US map
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Objective | |
# Find energy with low, hopefully minimum, energy | |
# Inputs | |
energy(): function state -> energy | |
mutate(): function state -> state - typically random | |
temperature T reduction profile from Tmax down to Tmin | |
# Start | |
s = init_state |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.17/require.js"></script | |
><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | |
<div style="text-align:center;"> | |
<div | |
id="0e79be2b_5ffd_4684_b915_e907f439ac3bcontainer_chart" | |
style="display: inline-block" | |
></div> | |
</div> | |
<script> | |
var version = "7.1.3"; /// DOES WORK |