Set initial guess in CG solver

How do I set the initial guess to use in the CGsolver?

cgs = ngsolve.krylovspace.CGSolver(…)
u[:] = …
cgs.Solve(f, u, initialize=False)