Empirically men’s earnings don’t change much around the birth of a child, which suggests their human capital doesn’t react much, and as a result most models in the literature take this as a reason not to model men’s human capital and instead just use somethings simpler for mens earnings (just make it an age-dependent parameter, maybe some markov shocks, even some iid if you wanted). [Not claiming this is good or bad, just what most papers do.]
The early generation of models like Attanasio, Low & Sanchez-Marcos (2008) has female human capital and makes children exogenous (age dependent parameter). VFI Toolkit does this using a ‘experienceasset’ for the human capital. [toolkit code for ALS2008]
Then models of endogenous fertility came along, like Sommer (2016). VFI Toolkit does this using a ‘semi-exogenous state’, semiz, for the fertility choice/number of children. [toolkit code for Sommer2016]
The more recent generation of models combines these. You model the female human capital together with endogenous fertility, you can use permanent types for ‘single male’, ‘married couple’, etc. For example, Guner, Kaya & Sanchez-Marcos (2024); they also have stuff about employment contracts but that doesn’t much change the model setup. VFI Toolkit can do, e.g., a model with savings (standard endogenous state), female human capital (experienceasset), and endogenous fertility (semi-exogenous state).
If you do want to use experienceasset together with semi-exogenous state I don’t think the combination is publicly documented anywhere, but it is all coded. Most of it is likely easy enough to infer how to do. The ‘last’ decision variable controls the semi-exogenous state, and the ‘second last’ decision variable controls the experienceasset.
Actually, by default it sets vfoptions.l_dsemiz=1, and if you make this =2 then it is the ‘second last and the last’ decision variables that control the semi-exogenous state. And by default vfoptions.l_dexperienceasset=1, and if you also make this =2 then it would be the ‘fourth last and third last’ decision variables that control the experienceasset.