Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.
Here’s the code to activate the Author Box globally on archive pages:
<?php
//* Do NOT include the opening php tag
//* Display author box on archive pages
add_filter( 'get_the_author_genesis_author_box_archive', '__return_true' );